Html Css Color HEX #05AECE Iris Blue

📋 copy color: '#05AECE'

red 5 ◦ green 174 ◦ blue 206

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

Shades of Iris Blue #05AECE

Tints of Iris Blue #05AECE

RGB

 RED value IS 5 (2.34% from 255) = 1.3%

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

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

R = 1.3%
G = 45.19%
B = 53.51%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#05AECE (or 0x05AECE) is known color: Iris Blue. HEX triplet: 05, AE and CE. RGB value is (5,174,206). Sum of RGB (Red+Green+Blue) = 5+174+206=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #05AECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AECE is #FA5131. Grayscale: #7E7E7E. Windows color (decimal): -16404786 or 13544965. OLE color: 13544965.

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

Color convert

RGB 5 174 206 -
CMYK 0.98 0.16 0 0.19
HSL 189.55º 0.95% 0.41% -
HSV(B) 189.55º 0.98% 0.81% -
XYZ 26.34 34.76 63.71 -
YUV 127.12 172.51 40.9 -
System Red Green Blue C M Y K H S L
Decimal 5 174 206 0.98 0.16 0 0.19 189.55 0.95 0.41
Hex 5 AE CE 62 10 0 13 BE 5F 29
Octal 5 256 316 142 20 0 23 276 137 51
Binary 101 10101110 11001110 1100010 10000 0 10011 10111110 1011111 101001

Color Harmonies of #05AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AECE

Black with #05AECE

Text Example


Text Example

White with #05AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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