#00B5DC

Color #00B5DC Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #00B5DC

Tints of Iris Blue #00B5DC

Color information

#00B5DC (or 0x00B5DC) is unknown color: approx Iris Blue. HEX triplet: 00, B5 and DC. RGB value is (0,181,220). Sum of RGB (Red+Green+Blue) = 0+181+220=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #00B5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B5DC is #FF4A23. Grayscale: #828282. Windows color (decimal): -16730660 or 14464256. OLE color: 14464256.

HSL color Cylindrical-coordinate representation of color #00B5DC: hue angle of 190.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B5DC is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB0181220-
CMYK10.1800.14
HSL190.64º100%43.14%-
HSV(B)190.64º100%86.27%-
XYZ29.4438.2273.53-
YUV131.33178.0334.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 181 (71.09% from 255) = 45.14%
BLUE value IS 220 (86.33% from 255) = 54.86%
R=0%
G=45.14%
B=54.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal018122010.1800.14190.6410043.14
Hex0B5DC64120Ebf642b
Octal02653341442201627714453
Binary0101101011101110011001001001001110101111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B5DC; }

 p { color: rgb(0,181,220); }

 H1.HeaderClassName
 {
   color: #00B5DC;
 }
 .AnyTagClassName
 {
   color: #00B5DC;
 }
</style>
background-color css

<style>
 a { background-color: #00B5DC; }

 a { background-color: rgb(0,181,220); }

 div.DivClassName
 {
   background-color: #00B5DC;
 }
 .BgClassName
 {
   background-color: #00B5DC;
 }
</style>
border-color css

<style>
 span { border-color: #00B5DC; }

 span { border-color: rgb(0,181,220); }

 td.TdClassName
 {
   border-color: #00B5DC;
 }
 .TagClassName
 {
   border-color: #00B5DC;
 }
</style>