Html Css Color HEX #05ADDC Iris Blue

📋 copy color: '#05ADDC'

red 5 ◦ green 173 ◦ blue 220

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

Shades of Iris Blue #05ADDC

Tints of Iris Blue #05ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 1.26%
G = 43.47%
B = 55.28%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05ADDC (or 0x05ADDC) is known color: Iris Blue. HEX triplet: 05, AD and DC. RGB value is (5,173,220). Sum of RGB (Red+Green+Blue) = 5+173+220=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #05ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADDC is #FA5223. Grayscale: #7F7F7F. Windows color (decimal): -16405028 or 14462213. OLE color: 14462213.

HSL color Cylindrical-coordinate representation of color #05ADDC: hue angle of 193.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ADDC is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 173 220 -
CMYK 0.98 0.21 0 0.14
HSL 193.12º 0.96% 0.44% -
HSV(B) 193.12º 0.98% 0.86% -
XYZ 27.92 35.09 73.01 -
YUV 128.13 179.84 40.18 -
System Red Green Blue C M Y K H S L
Decimal 5 173 220 0.98 0.21 0 0.14 193.12 0.96 0.44
Hex 5 AD DC 62 15 0 E C1 60 2C
Octal 5 255 334 142 25 0 16 301 140 54
Binary 101 10101101 11011100 1100010 10101 0 1110 11000001 1100000 101100

Color Harmonies of #05ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADDC

Black with #05ADDC

Text Example


Text Example

White with #05ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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