#06AEE4

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

Shades of Iris Blue #06AEE4

Tints of Iris Blue #06AEE4

Color information

#06AEE4 (or 0x06AEE4) is unknown color: approx Iris Blue. HEX triplet: 06, AE and E4. RGB value is (6,174,228). Sum of RGB (Red+Green+Blue) = 6+174+228=408 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 228 (89.45% from 255 or 55.88% from 408); Max value from RGB is 228 - color contains mainly: blue. Hex color #06AEE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AEE4 is #F9511B. Grayscale: #818181. Windows color (decimal): -16339228 or 14986758. OLE color: 14986758.

HSL color Cylindrical-coordinate representation of color #06AEE4: hue angle of 194.59º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AEE4 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6174228-
CMYK0.970.2400.11
HSL194.59º94.87%45.88%-
HSV(B)194.59º97.37%89.41%-
XYZ29.2135.9178.79-
YUV129.92183.3439.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.47%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 228 (89.45% from 255) = 55.88%
R=1.47%
G=42.65%
B=55.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal61742280.970.2400.11194.5994.8745.88
Hex6AEE461180Bc35f2e
Octal62563441413001330313756
Binary110101011101110010011000011100001011110000111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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