Html Css Color HEX #05BBED Deep Sky Blue

📋 copy color: '#05BBED'

red 5 ◦ green 187 ◦ blue 237

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

Shades of Deep Sky Blue #05BBED

Tints of Deep Sky Blue #05BBED

RGB

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

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

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

R = 1.17%
G = 43.59%
B = 55.24%

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

#05BBED (or 0x05BBED) is known color: Deep Sky Blue. HEX triplet: 05, BB and ED. RGB value is (5,187,237). Sum of RGB (Red+Green+Blue) = 5+187+237=429 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #05BBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BBED is #FA4412. Grayscale: #898989. Windows color (decimal): -16401427 or 15579909. OLE color: 15579909.

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

Color convert

RGB 5 187 237 -
CMYK 0.98 0.21 0 0.07
HSL 192.93º 0.96% 0.47% -
HSV(B) 192.93º 0.98% 0.93% -
XYZ 33.12 41.69 86.42 -
YUV 138.28 183.7 32.93 -
System Red Green Blue C M Y K H S L
Decimal 5 187 237 0.98 0.21 0 0.07 192.93 0.96 0.47
Hex 5 BB ED 62 15 0 7 C1 60 2F
Octal 5 273 355 142 25 0 7 301 140 57
Binary 101 10111011 11101101 1100010 10101 0 111 11000001 1100000 101111

Color Harmonies of #05BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BBED

Black with #05BBED

Text Example


Text Example

White with #05BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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