Html Css Color HEX #05BDED Deep Sky Blue

📋 copy color: '#05BDED'

red 5 ◦ green 189 ◦ blue 237

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

Shades of Deep Sky Blue #05BDED

Tints of Deep Sky Blue #05BDED

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 1.16%
G = 43.85%
B = 54.99%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05BDED (or 0x05BDED) is known color: Deep Sky Blue. HEX triplet: 05, BD and ED. RGB value is (5,189,237). Sum of RGB (Red+Green+Blue) = 5+189+237=431 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #05BDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BDED is #FA4212. Grayscale: #8B8B8B. Windows color (decimal): -16400915 or 15580421. OLE color: 15580421.

HSL color Cylindrical-coordinate representation of color #05BDED: hue angle of 192.41º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BDED is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 189 237 -
CMYK 0.98 0.20 0 0.07
HSL 192.41º 0.96% 0.47% -
HSV(B) 192.41º 0.98% 0.93% -
XYZ 33.55 42.54 86.56 -
YUV 139.46 183.04 32.1 -
System Red Green Blue C M Y K H S L
Decimal 5 189 237 0.98 0.20 0 0.07 192.41 0.96 0.47
Hex 5 BD ED 62 14 0 7 C0 60 2F
Octal 5 275 355 142 24 0 7 300 140 57
Binary 101 10111101 11101101 1100010 10100 0 111 11000000 1100000 101111

Color Harmonies of #05BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BDED

Black with #05BDED

Text Example


Text Example

White with #05BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,189,237); }

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

background-color css

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

 a { background-color: rgb(5,189,237); }

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

border-color css

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

 span { border-color: rgb(5,189,237); }

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