Html Css Color HEX #06AECE Iris Blue

📋 copy color: '#06AECE'

red 6 ◦ green 174 ◦ blue 206

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

Shades of Iris Blue #06AECE

Tints of Iris Blue #06AECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.08%

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 1.55%
G = 45.08%
B = 53.37%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#06AECE (or 0x06AECE) is known color: Iris Blue. HEX triplet: 06, AE and CE. RGB value is (6,174,206). Sum of RGB (Red+Green+Blue) = 6+174+206=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #06AECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AECE is #F95131. Grayscale: #7F7F7F. Windows color (decimal): -16339250 or 13544966. OLE color: 13544966.

HSL color Cylindrical-coordinate representation of color #06AECE: hue angle of 189.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AECE is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 174 206 -
CMYK 0.97 0.16 0 0.19
HSL 189.6º 0.94% 0.42% -
HSV(B) 189.6º 0.97% 0.81% -
XYZ 26.35 34.77 63.71 -
YUV 127.42 172.34 41.4 -
System Red Green Blue C M Y K H S L
Decimal 6 174 206 0.97 0.16 0 0.19 189.6 0.94 0.42
Hex 6 AE CE 61 10 0 13 BE 5E 2A
Octal 6 256 316 141 20 0 23 276 136 52
Binary 110 10101110 11001110 1100001 10000 0 10011 10111110 1011110 101010

Color Harmonies of #06AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AECE

Black with #06AECE

Text Example


Text Example

White with #06AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,174,206); }

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

background-color css

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

 a { background-color: rgb(6,174,206); }

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

border-color css

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

 span { border-color: rgb(6,174,206); }

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