#06AECB

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

Shades of Iris Blue #06AECB

Tints of Iris Blue #06AECB

Color information

#06AECB (or 0x06AECB) is unknown color: approx Iris Blue. HEX triplet: 06, AE and CB. RGB value is (6,174,203). Sum of RGB (Red+Green+Blue) = 6+174+203=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #06AECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AECB is #F95134. Grayscale: #7E7E7E. Windows color (decimal): -16339253 or 13348358. OLE color: 13348358.

HSL color Cylindrical-coordinate representation of color #06AECB: hue angle of 188.83º 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 #06AECB is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6174203-
CMYK0.970.1400.20
HSL188.83º94.26%40.98%-
HSV(B)188.83º97.04%79.61%-
XYZ25.9934.6261.81-
YUV127.07170.8441.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.57%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 203 (79.69% from 255) = 53.00%
R=1.57%
G=45.43%
B=53.00%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61742030.970.1400.20188.8394.2640.98
Hex6AECB61E014bd5e29
Octal62563131411602427513651
Binary110101011101100101111000011110010100101111011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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