Html Css Color HEX #06AADA Iris Blue

📋 copy color: '#06AADA'

red 6 ◦ green 170 ◦ blue 218

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

Shades of Iris Blue #06AADA

Tints of Iris Blue #06AADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 1.52%
G = 43.15%
B = 55.33%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#06AADA (or 0x06AADA) is known color: Iris Blue. HEX triplet: 06, AA and DA. RGB value is (6,170,218). Sum of RGB (Red+Green+Blue) = 6+170+218=394 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #06AADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AADA is #F95525. Grayscale: #7E7E7E. Windows color (decimal): -16340262 or 14330374. OLE color: 14330374.

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

Color convert

RGB 6 170 218 -
CMYK 0.97 0.22 0 0.15
HSL 193.58º 0.95% 0.44% -
HSV(B) 193.58º 0.97% 0.85% -
XYZ 27.1 33.85 71.43 -
YUV 126.44 179.67 42.1 -
System Red Green Blue C M Y K H S L
Decimal 6 170 218 0.97 0.22 0 0.15 193.58 0.95 0.44
Hex 6 AA DA 61 16 0 F C2 5F 2C
Octal 6 252 332 141 26 0 17 302 137 54
Binary 110 10101010 11011010 1100001 10110 0 1111 11000010 1011111 101100

Color Harmonies of #06AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AADA

Black with #06AADA

Text Example


Text Example

White with #06AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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