Html Css Color HEX #06AADD Iris Blue

📋 copy color: '#06AADD'

red 6 ◦ green 170 ◦ blue 221

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

Shades of Iris Blue #06AADD

Tints of Iris Blue #06AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 1.51%
G = 42.82%
B = 55.67%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06AADD (or 0x06AADD) is known color: Iris Blue. HEX triplet: 06, AA and DD. RGB value is (6,170,221). Sum of RGB (Red+Green+Blue) = 6+170+221=397 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #06AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AADD is #F95522. Grayscale: #7E7E7E. Windows color (decimal): -16340259 or 14526982. OLE color: 14526982.

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

Color convert

RGB 6 170 221 -
CMYK 0.97 0.23 0 0.13
HSL 194.23º 0.95% 0.45% -
HSV(B) 194.23º 0.97% 0.87% -
XYZ 27.5 34.01 73.52 -
YUV 126.78 181.17 41.85 -
System Red Green Blue C M Y K H S L
Decimal 6 170 221 0.97 0.23 0 0.13 194.23 0.95 0.45
Hex 6 AA DD 61 17 0 D C2 5F 2D
Octal 6 252 335 141 27 0 15 302 137 55
Binary 110 10101010 11011101 1100001 10111 0 1101 11000010 1011111 101101

Color Harmonies of #06AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AADD

Black with #06AADD

Text Example


Text Example

White with #06AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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