Html Css Color HEX #05BCED Deep Sky Blue

📋 copy color: '#05BCED'

red 5 ◦ green 188 ◦ blue 237

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

Shades of Deep Sky Blue #05BCED

Tints of Deep Sky Blue #05BCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

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

R = 1.16%
G = 43.72%
B = 55.12%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05BCED (or 0x05BCED) is known color: Deep Sky Blue. HEX triplet: 05, BC and ED. RGB value is (5,188,237). Sum of RGB (Red+Green+Blue) = 5+188+237=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #05BCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BCED is #FA4312. Grayscale: #8A8A8A. Windows color (decimal): -16401171 or 15580165. OLE color: 15580165.

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

Color convert

RGB 5 188 237 -
CMYK 0.98 0.21 0 0.07
HSL 192.67º 0.96% 0.47% -
HSV(B) 192.67º 0.98% 0.93% -
XYZ 33.33 42.11 86.49 -
YUV 138.87 183.37 32.52 -
System Red Green Blue C M Y K H S L
Decimal 5 188 237 0.98 0.21 0 0.07 192.67 0.96 0.47
Hex 5 BC ED 62 15 0 7 C1 60 2F
Octal 5 274 355 142 25 0 7 301 140 57
Binary 101 10111100 11101101 1100010 10101 0 111 11000001 1100000 101111

Color Harmonies of #05BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BCED

Black with #05BCED

Text Example


Text Example

White with #05BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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