Html Css Color HEX #05BBDD Iris Blue

📋 copy color: '#05BBDD'

red 5 ◦ green 187 ◦ blue 221

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

Shades of Iris Blue #05BBDD

Tints of Iris Blue #05BBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.28%

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

R = 1.21%
G = 45.28%
B = 53.51%

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

#05BBDD (or 0x05BBDD) is known color: Iris Blue. HEX triplet: 05, BB and DD. RGB value is (5,187,221). Sum of RGB (Red+Green+Blue) = 5+187+221=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #05BBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BBDD is #FA4422. Grayscale: #888888. Windows color (decimal): -16401443 or 14531333. OLE color: 14531333.

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

Color convert

RGB 5 187 221 -
CMYK 0.98 0.15 0 0.13
HSL 189.44º 0.96% 0.44% -
HSV(B) 189.44º 0.98% 0.87% -
XYZ 30.88 40.79 74.65 -
YUV 136.46 175.7 34.24 -
System Red Green Blue C M Y K H S L
Decimal 5 187 221 0.98 0.15 0 0.13 189.44 0.96 0.44
Hex 5 BB DD 62 F 0 D BD 60 2C
Octal 5 273 335 142 17 0 15 275 140 54
Binary 101 10111011 11011101 1100010 1111 0 1101 10111101 1100000 101100

Color Harmonies of #05BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BBDD

Black with #05BBDD

Text Example


Text Example

White with #05BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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