#00B2DB

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

Shades of Iris Blue #00B2DB

Tints of Iris Blue #00B2DB

Color information

#00B2DB (or 0x00B2DB) is unknown color: approx Iris Blue. HEX triplet: 00, B2 and DB. RGB value is (0,178,219). Sum of RGB (Red+Green+Blue) = 0+178+219=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #00B2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B2DB is #FF4D24. Grayscale: #818181. Windows color (decimal): -16731429 or 14397952. OLE color: 14397952.

HSL color Cylindrical-coordinate representation of color #00B2DB: hue angle of 191.23º 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 #00B2DB is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB0178219-
CMYK10.1900.14
HSL191.23º100%42.94%-
HSV(B)191.23º100%85.88%-
XYZ28.7136.9672.64-
YUV129.45178.5335.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 178 (69.92% from 255) = 44.84%
BLUE value IS 219 (85.94% from 255) = 55.16%
R=0%
G=44.84%
B=55.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal017821910.1900.14191.2310042.94
Hex0B2DB64130Ebf642b
Octal02623331442301627714453
Binary0101100101101101111001001001101110101111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,178,219); }

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

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

 a { background-color: rgb(0,178,219); }

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

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

 span { border-color: rgb(0,178,219); }

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