Html Css Color HEX #05BEDB Iris Blue

📋 copy color: '#05BEDB'

red 5 ◦ green 190 ◦ blue 219

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

Shades of Iris Blue #05BEDB

Tints of Iris Blue #05BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.89%

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

R = 1.21%
G = 45.89%
B = 52.9%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05BEDB (or 0x05BEDB) is known color: Iris Blue. HEX triplet: 05, BE and DB. RGB value is (5,190,219). Sum of RGB (Red+Green+Blue) = 5+190+219=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #05BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BEDB is #FA4124. Grayscale: #898989. Windows color (decimal): -16400677 or 14401029. OLE color: 14401029.

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

Color convert

RGB 5 190 219 -
CMYK 0.98 0.13 0 0.14
HSL 188.13º 0.96% 0.44% -
HSV(B) 188.13º 0.98% 0.86% -
XYZ 31.26 41.97 73.47 -
YUV 137.99 173.71 33.14 -
System Red Green Blue C M Y K H S L
Decimal 5 190 219 0.98 0.13 0 0.14 188.13 0.96 0.44
Hex 5 BE DB 62 D 0 E BC 60 2C
Octal 5 276 333 142 15 0 16 274 140 54
Binary 101 10111110 11011011 1100010 1101 0 1110 10111100 1100000 101100

Color Harmonies of #05BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BEDB

Black with #05BEDB

Text Example


Text Example

White with #05BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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