#06AEDD

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

Shades of Iris Blue #06AEDD

Tints of Iris Blue #06AEDD

Color information

#06AEDD (or 0x06AEDD) is unknown color: approx Iris Blue. HEX triplet: 06, AE and DD. RGB value is (6,174,221). Sum of RGB (Red+Green+Blue) = 6+174+221=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #06AEDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AEDD is #F95122. Grayscale: #808080. Windows color (decimal): -16339235 or 14528006. OLE color: 14528006.

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

Color convert

RGB6174221-
CMYK0.970.2100.13
HSL193.12º94.71%44.51%-
HSV(B)193.12º97.29%86.67%-
XYZ28.2635.5373.78-
YUV129.13179.8440.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.50%
GREEN value IS 174 (68.36% from 255) = 43.39%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=1.50%
G=43.39%
B=55.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61742210.970.2100.13193.1294.7144.51
Hex6AEDD61150Dc15f2d
Octal62563351412501530113755
Binary110101011101101110111000011010101101110000011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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