Html Css Color HEX #05ABDC Iris Blue

📋 copy color: '#05ABDC'

red 5 ◦ green 171 ◦ blue 220

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

Shades of Iris Blue #05ABDC

Tints of Iris Blue #05ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.18%

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

R = 1.26%
G = 43.18%
B = 55.56%

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

#05ABDC (or 0x05ABDC) is known color: Iris Blue. HEX triplet: 05, AB and DC. RGB value is (5,171,220). Sum of RGB (Red+Green+Blue) = 5+171+220=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #05ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ABDC is #FA5423. Grayscale: #7E7E7E. Windows color (decimal): -16405540 or 14461701. OLE color: 14461701.

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

Color convert

RGB 5 171 220 -
CMYK 0.98 0.22 0 0.14
HSL 193.67º 0.96% 0.44% -
HSV(B) 193.67º 0.98% 0.86% -
XYZ 27.54 34.33 72.88 -
YUV 126.95 180.5 41.02 -
System Red Green Blue C M Y K H S L
Decimal 5 171 220 0.98 0.22 0 0.14 193.67 0.96 0.44
Hex 5 AB DC 62 16 0 E C2 60 2C
Octal 5 253 334 142 26 0 16 302 140 54
Binary 101 10101011 11011100 1100010 10110 0 1110 11000010 1100000 101100

Color Harmonies of #05ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ABDC

Black with #05ABDC

Text Example


Text Example

White with #05ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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