Html Css Color HEX #05ACDC Iris Blue

📋 copy color: '#05ACDC'

red 5 ◦ green 172 ◦ blue 220

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

Shades of Iris Blue #05ACDC

Tints of Iris Blue #05ACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.32%

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

R = 1.26%
G = 43.32%
B = 55.42%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05ACDC (or 0x05ACDC) is known color: Iris Blue. HEX triplet: 05, AC and DC. RGB value is (5,172,220). Sum of RGB (Red+Green+Blue) = 5+172+220=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #05ACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ACDC is #FA5323. Grayscale: #7F7F7F. Windows color (decimal): -16405284 or 14461957. OLE color: 14461957.

HSL color Cylindrical-coordinate representation of color #05ACDC: hue angle of 193.4º 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 #05ACDC is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 172 220 -
CMYK 0.98 0.22 0 0.14
HSL 193.4º 0.96% 0.44% -
HSV(B) 193.4º 0.98% 0.86% -
XYZ 27.73 34.7 72.95 -
YUV 127.54 180.17 40.6 -
System Red Green Blue C M Y K H S L
Decimal 5 172 220 0.98 0.22 0 0.14 193.4 0.96 0.44
Hex 5 AC DC 62 16 0 E C1 60 2C
Octal 5 254 334 142 26 0 16 301 140 54
Binary 101 10101100 11011100 1100010 10110 0 1110 11000001 1100000 101100

Color Harmonies of #05ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ACDC

Black with #05ACDC

Text Example


Text Example

White with #05ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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