Html Css Color HEX #06AABD Iris Blue

📋 copy color: '#06AABD'

red 6 ◦ green 170 ◦ blue 189

#06AABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #06AABD

Tints of Iris Blue #06AABD

RGB

 RED value IS 6 (2.73% from 255) = 1.64%

 GREEN value IS 170 (66.8% from 255) = 46.58%

 BLUE value IS 189 (74.22% from 255) = 51.78%

R = 1.64%
G = 46.58%
B = 51.78%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#06AABD (or 0x06AABD) is known color: Iris Blue. HEX triplet: 06, AA and BD. RGB value is (6,170,189). Sum of RGB (Red+Green+Blue) = 6+170+189=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #06AABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AABD is #F95542. Grayscale: #7A7A7A. Windows color (decimal): -16340291 or 12429830. OLE color: 12429830.

HSL color Cylindrical-coordinate representation of color #06AABD: hue angle of 186.23º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AABD is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 170 189 -
CMYK 0.97 0.10 0 0.26
HSL 186.23º 0.94% 0.38% -
HSV(B) 186.23º 0.97% 0.74% -
XYZ 23.64 32.46 53.16 -
YUV 123.13 165.17 44.46 -
System Red Green Blue C M Y K H S L
Decimal 6 170 189 0.97 0.10 0 0.26 186.23 0.94 0.38
Hex 6 AA BD 61 A 0 1A BA 5E 26
Octal 6 252 275 141 12 0 32 272 136 46
Binary 110 10101010 10111101 1100001 1010 0 11010 10111010 1011110 100110

Color Harmonies of #06AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AABD

Black with #06AABD

Text Example


Text Example

White with #06AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,170,189); }

 H1.HeaderClassName
 {
   color: #06AABD;
 }
 .AnyTagClassName
 {
   color: #06AABD;
 }
</style>

background-color css

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

 a { background-color: rgb(6,170,189); }

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

border-color css

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

 span { border-color: rgb(6,170,189); }

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