Html Css Color HEX #06AADB Iris Blue

📋 copy color: '#06AADB'

red 6 ◦ green 170 ◦ blue 219

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

Shades of Iris Blue #06AADB

Tints of Iris Blue #06AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 1.52%
G = 43.04%
B = 55.44%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06AADB (or 0x06AADB) is known color: Iris Blue. HEX triplet: 06, AA and DB. RGB value is (6,170,219). Sum of RGB (Red+Green+Blue) = 6+170+219=395 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #06AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AADB is #F95524. Grayscale: #7E7E7E. Windows color (decimal): -16340261 or 14395910. OLE color: 14395910.

HSL color Cylindrical-coordinate representation of color #06AADB: hue angle of 193.8º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AADB is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 170 219 -
CMYK 0.97 0.22 0 0.14
HSL 193.8º 0.95% 0.44% -
HSV(B) 193.8º 0.97% 0.86% -
XYZ 27.24 33.9 72.13 -
YUV 126.55 180.17 42.02 -
System Red Green Blue C M Y K H S L
Decimal 6 170 219 0.97 0.22 0 0.14 193.8 0.95 0.44
Hex 6 AA DB 61 16 0 E C2 5F 2C
Octal 6 252 333 141 26 0 16 302 137 54
Binary 110 10101010 11011011 1100001 10110 0 1110 11000010 1011111 101100

Color Harmonies of #06AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AADB

Black with #06AADB

Text Example


Text Example

White with #06AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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