Html Css Color HEX #05BCDD Iris Blue

📋 copy color: '#05BCDD'

red 5 ◦ green 188 ◦ blue 221

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

Shades of Iris Blue #05BCDD

Tints of Iris Blue #05BCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 1.21%
G = 45.41%
B = 53.38%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#05BCDD (or 0x05BCDD) is known color: Iris Blue. HEX triplet: 05, BC and DD. RGB value is (5,188,221). Sum of RGB (Red+Green+Blue) = 5+188+221=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #05BCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCDD is #FA4322. Grayscale: #888888. Windows color (decimal): -16401187 or 14531589. OLE color: 14531589.

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

Color convert

RGB 5 188 221 -
CMYK 0.98 0.15 0 0.13
HSL 189.17º 0.96% 0.44% -
HSV(B) 189.17º 0.98% 0.87% -
XYZ 31.1 41.22 74.72 -
YUV 137.05 175.37 33.82 -
System Red Green Blue C M Y K H S L
Decimal 5 188 221 0.98 0.15 0 0.13 189.17 0.96 0.44
Hex 5 BC DD 62 F 0 D BD 60 2C
Octal 5 274 335 142 17 0 15 275 140 54
Binary 101 10111100 11011101 1100010 1111 0 1101 10111101 1100000 101100

Color Harmonies of #05BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BCDD

Black with #05BCDD

Text Example


Text Example

White with #05BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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