Html Css Color HEX #05BCDC Iris Blue

📋 copy color: '#05BCDC'

red 5 ◦ green 188 ◦ blue 220

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

Shades of Iris Blue #05BCDC

Tints of Iris Blue #05BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

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

R = 1.21%
G = 45.52%
B = 53.27%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05BCDC (or 0x05BCDC) is known color: Iris Blue. HEX triplet: 05, BC and DC. RGB value is (5,188,220). Sum of RGB (Red+Green+Blue) = 5+188+220=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #05BCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCDC is #FA4323. Grayscale: #888888. Windows color (decimal): -16401188 or 14466053. OLE color: 14466053.

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

Color convert

RGB 5 188 220 -
CMYK 0.98 0.15 0 0.14
HSL 188.93º 0.96% 0.44% -
HSV(B) 188.93º 0.98% 0.86% -
XYZ 30.96 41.17 74.02 -
YUV 136.93 174.87 33.9 -
System Red Green Blue C M Y K H S L
Decimal 5 188 220 0.98 0.15 0 0.14 188.93 0.96 0.44
Hex 5 BC DC 62 F 0 E BD 60 2C
Octal 5 274 334 142 17 0 16 275 140 54
Binary 101 10111100 11011100 1100010 1111 0 1110 10111101 1100000 101100

Color Harmonies of #05BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BCDC

Black with #05BCDC

Text Example


Text Example

White with #05BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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