Html Css Color HEX #05BBDB Iris Blue

📋 copy color: '#05BBDB'

red 5 ◦ green 187 ◦ blue 219

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

Shades of Iris Blue #05BBDB

Tints of Iris Blue #05BBDB

RGB

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

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

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

R = 1.22%
G = 45.5%
B = 53.28%

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

#05BBDB (or 0x05BBDB) is known color: Iris Blue. HEX triplet: 05, BB and DB. RGB value is (5,187,219). Sum of RGB (Red+Green+Blue) = 5+187+219=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #05BBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BBDB is #FA4424. Grayscale: #878787. Windows color (decimal): -16401445 or 14400261. OLE color: 14400261.

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

Color convert

RGB 5 187 219 -
CMYK 0.98 0.15 0 0.14
HSL 188.97º 0.96% 0.44% -
HSV(B) 188.97º 0.98% 0.86% -
XYZ 30.62 40.69 73.26 -
YUV 136.23 174.7 34.4 -
System Red Green Blue C M Y K H S L
Decimal 5 187 219 0.98 0.15 0 0.14 188.97 0.96 0.44
Hex 5 BB DB 62 F 0 E BD 60 2C
Octal 5 273 333 142 17 0 16 275 140 54
Binary 101 10111011 11011011 1100010 1111 0 1110 10111101 1100000 101100

Color Harmonies of #05BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BBDB

Black with #05BBDB

Text Example


Text Example

White with #05BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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