Html Css Color HEX #05ACDB Iris Blue

📋 copy color: '#05ACDB'

red 5 ◦ green 172 ◦ blue 219

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

Shades of Iris Blue #05ACDB

Tints of Iris Blue #05ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 1.26%
G = 43.43%
B = 55.3%

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

#05ACDB (or 0x05ACDB) is known color: Iris Blue. HEX triplet: 05, AC and DB. RGB value is (5,172,219). Sum of RGB (Red+Green+Blue) = 5+172+219=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #05ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ACDB is #FA5324. Grayscale: #7F7F7F. Windows color (decimal): -16405285 or 14396421. OLE color: 14396421.

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

Color convert

RGB 5 172 219 -
CMYK 0.98 0.21 0 0.14
HSL 193.18º 0.96% 0.44% -
HSV(B) 193.18º 0.98% 0.86% -
XYZ 27.6 34.65 72.25 -
YUV 127.43 179.67 40.68 -
System Red Green Blue C M Y K H S L
Decimal 5 172 219 0.98 0.21 0 0.14 193.18 0.96 0.44
Hex 5 AC DB 62 15 0 E C1 60 2C
Octal 5 254 333 142 25 0 16 301 140 54
Binary 101 10101100 11011011 1100010 10101 0 1110 11000001 1100000 101100

Color Harmonies of #05ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ACDB

Black with #05ACDB

Text Example


Text Example

White with #05ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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