Html Css Color HEX #06AACC Iris Blue

📋 copy color: '#06AACC'

red 6 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #06AACC

Tints of Iris Blue #06AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 1.58%
G = 44.74%
B = 53.68%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#06AACC (or 0x06AACC) is known color: Iris Blue. HEX triplet: 06, AA and CC. RGB value is (6,170,204). Sum of RGB (Red+Green+Blue) = 6+170+204=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #06AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AACC is #F95533. Grayscale: #7C7C7C. Windows color (decimal): -16340276 or 13412870. OLE color: 13412870.

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

Color convert

RGB 6 170 204 -
CMYK 0.97 0.17 0 0.2
HSL 190.3º 0.94% 0.41% -
HSV(B) 190.3º 0.97% 0.8% -
XYZ 25.35 33.15 62.19 -
YUV 124.84 172.67 43.24 -
System Red Green Blue C M Y K H S L
Decimal 6 170 204 0.97 0.17 0 0.2 190.3 0.94 0.41
Hex 6 AA CC 61 11 0 14 BE 5E 29
Octal 6 252 314 141 21 0 24 276 136 51
Binary 110 10101010 11001100 1100001 10001 0 10100 10111110 1011110 101001

Color Harmonies of #06AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AACC

Black with #06AACC

Text Example


Text Example

White with #06AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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