Html Css Color HEX #05BEDC Iris Blue

📋 copy color: '#05BEDC'

red 5 ◦ green 190 ◦ blue 220

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

Shades of Iris Blue #05BEDC

Tints of Iris Blue #05BEDC

RGB

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

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

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

R = 1.2%
G = 45.78%
B = 53.01%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05BEDC (or 0x05BEDC) is known color: Iris Blue. HEX triplet: 05, BE and DC. RGB value is (5,190,220). Sum of RGB (Red+Green+Blue) = 5+190+220=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #05BEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BEDC is #FA4123. Grayscale: #898989. Windows color (decimal): -16400676 or 14466565. OLE color: 14466565.

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

Color convert

RGB 5 190 220 -
CMYK 0.98 0.14 0 0.14
HSL 188.37º 0.96% 0.44% -
HSV(B) 188.37º 0.98% 0.86% -
XYZ 31.39 42.03 74.17 -
YUV 138.11 174.21 33.06 -
System Red Green Blue C M Y K H S L
Decimal 5 190 220 0.98 0.14 0 0.14 188.37 0.96 0.44
Hex 5 BE DC 62 E 0 E BC 60 2C
Octal 5 276 334 142 16 0 16 274 140 54
Binary 101 10111110 11011100 1100010 1110 0 1110 10111100 1100000 101100

Color Harmonies of #05BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BEDC

Black with #05BEDC

Text Example


Text Example

White with #05BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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