#00B6CE

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

Shades of Iris Blue #00B6CE

Tints of Iris Blue #00B6CE

Color information

#00B6CE (or 0x00B6CE) is unknown color: approx Iris Blue. HEX triplet: 00, B6 and CE. RGB value is (0,182,206). Sum of RGB (Red+Green+Blue) = 0+182+206=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #00B6CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B6CE is #FF4931. Grayscale: #828282. Windows color (decimal): -16730418 or 13547008. OLE color: 13547008.

HSL color Cylindrical-coordinate representation of color #00B6CE: hue angle of 186.99º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B6CE is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB0182206-
CMYK10.1200.19
HSL186.99º100%40.39%-
HSV(B)186.99º100%80.78%-
XYZ27.8737.9164.24-
YUV130.32170.735.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=0%
G=46.91%
B=53.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal018220610.1200.19186.9910040.39
Hex0B6CE64C013bb6428
Octal02663161441402327314450
Binary0101101101100111011001001100010011101110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,182,206); }

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

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

 a { background-color: rgb(0,182,206); }

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

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

 span { border-color: rgb(0,182,206); }

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