#06B5DE

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

Shades of Iris Blue #06B5DE

Tints of Iris Blue #06B5DE

Color information

#06B5DE (or 0x06B5DE) is unknown color: approx Iris Blue. HEX triplet: 06, B5 and DE. RGB value is (6,181,222). Sum of RGB (Red+Green+Blue) = 6+181+222=409 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #06B5DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B5DE is #F94A21. Grayscale: #858585. Windows color (decimal): -16337442 or 14595334. OLE color: 14595334.

HSL color Cylindrical-coordinate representation of color #06B5DE: hue angle of 191.39º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B5DE is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6181222-
CMYK0.970.1800.13
HSL191.39º94.74%44.71%-
HSV(B)191.39º97.3%87.06%-
XYZ29.7838.3674.94-
YUV133.35178.0237.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.47%
GREEN value IS 181 (71.09% from 255) = 44.25%
BLUE value IS 222 (87.11% from 255) = 54.28%
R=1.47%
G=44.25%
B=54.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61812220.970.1800.13191.3994.7444.71
Hex6B5DE61120Dbf5f2d
Octal62653361412201527713755
Binary110101101011101111011000011001001101101111111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B5DE; }

 p { color: rgb(6,181,222); }

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

<style>
 a { background-color: #06B5DE; }

 a { background-color: rgb(6,181,222); }

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

<style>
 span { border-color: #06B5DE; }

 span { border-color: rgb(6,181,222); }

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