Html Css Color HEX #05ADDE Iris Blue

📋 copy color: '#05ADDE'

red 5 ◦ green 173 ◦ blue 222

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

Shades of Iris Blue #05ADDE

Tints of Iris Blue #05ADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.25%

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 1.25%
G = 43.25%
B = 55.5%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#05ADDE (or 0x05ADDE) is known color: Iris Blue. HEX triplet: 05, AD and DE. RGB value is (5,173,222). Sum of RGB (Red+Green+Blue) = 5+173+222=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #05ADDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADDE is #FA5221. Grayscale: #7F7F7F. Windows color (decimal): -16405026 or 14593285. OLE color: 14593285.

HSL color Cylindrical-coordinate representation of color #05ADDE: hue angle of 193.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ADDE is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 173 222 -
CMYK 0.98 0.22 0 0.13
HSL 193.55º 0.96% 0.45% -
HSV(B) 193.55º 0.98% 0.87% -
XYZ 28.19 35.19 74.41 -
YUV 128.35 180.84 40.02 -
System Red Green Blue C M Y K H S L
Decimal 5 173 222 0.98 0.22 0 0.13 193.55 0.96 0.45
Hex 5 AD DE 62 16 0 D C2 60 2D
Octal 5 255 336 142 26 0 15 302 140 55
Binary 101 10101101 11011110 1100010 10110 0 1101 11000010 1100000 101101

Color Harmonies of #05ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADDE

Black with #05ADDE

Text Example


Text Example

White with #05ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,173,222); }

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

background-color css

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

 a { background-color: rgb(5,173,222); }

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

border-color css

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

 span { border-color: rgb(5,173,222); }

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