#06ACCB

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

Shades of Iris Blue #06ACCB

Tints of Iris Blue #06ACCB

Color information

#06ACCB (or 0x06ACCB) is unknown color: approx Iris Blue. HEX triplet: 06, AC and CB. RGB value is (6,172,203). Sum of RGB (Red+Green+Blue) = 6+172+203=381 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #06ACCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ACCB is #F95334. Grayscale: #7D7D7D. Windows color (decimal): -16339765 or 13347846. OLE color: 13347846.

HSL color Cylindrical-coordinate representation of color #06ACCB: hue angle of 189.44º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ACCB is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6172203-
CMYK0.970.1500.20
HSL189.44º94.26%40.98%-
HSV(B)189.44º97.04%79.61%-
XYZ25.6133.8661.69-
YUV125.9171.542.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.57%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 203 (79.69% from 255) = 53.28%
R=1.57%
G=45.14%
B=53.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61722030.970.1500.20189.4494.2640.98
Hex6ACCB61F014bd5e29
Octal62543131411702427513651
Binary110101011001100101111000011111010100101111011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,172,203); }

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

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

 a { background-color: rgb(6,172,203); }

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

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

 span { border-color: rgb(6,172,203); }

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