Html Css Color HEX #06AAE3 Iris Blue

📋 copy color: '#06AAE3'

red 6 ◦ green 170 ◦ blue 227

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

Shades of Iris Blue #06AAE3

Tints of Iris Blue #06AAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 56.33%

R = 1.49%
G = 42.18%
B = 56.33%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#06AAE3 (or 0x06AAE3) is known color: Iris Blue. HEX triplet: 06, AA and E3. RGB value is (6,170,227). Sum of RGB (Red+Green+Blue) = 6+170+227=403 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #06AAE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AAE3 is #F9551C. Grayscale: #7F7F7F. Windows color (decimal): -16340253 or 14920198. OLE color: 14920198.

HSL color Cylindrical-coordinate representation of color #06AAE3: hue angle of 195.48º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AAE3 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 170 227 -
CMYK 0.97 0.25 0 0.11
HSL 195.48º 0.95% 0.46% -
HSV(B) 195.48º 0.97% 0.89% -
XYZ 28.31 34.33 77.81 -
YUV 127.46 184.17 41.37 -
System Red Green Blue C M Y K H S L
Decimal 6 170 227 0.97 0.25 0 0.11 195.48 0.95 0.46
Hex 6 AA E3 61 19 0 B C3 5F 2E
Octal 6 252 343 141 31 0 13 303 137 56
Binary 110 10101010 11100011 1100001 11001 0 1011 11000011 1011111 101110

Color Harmonies of #06AAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AAE3

Black with #06AAE3

Text Example


Text Example

White with #06AAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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