Html Css Color HEX #05BBEB Deep Sky Blue

📋 copy color: '#05BBEB'

red 5 ◦ green 187 ◦ blue 235

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

Shades of Deep Sky Blue #05BBEB

Tints of Deep Sky Blue #05BBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 1.17%
G = 43.79%
B = 55.04%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#05BBEB (or 0x05BBEB) is known color: Deep Sky Blue. HEX triplet: 05, BB and EB. RGB value is (5,187,235). Sum of RGB (Red+Green+Blue) = 5+187+235=427 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #05BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BBEB is #FA4414. Grayscale: #898989. Windows color (decimal): -16401429 or 15448837. OLE color: 15448837.

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

Color convert

RGB 5 187 235 -
CMYK 0.98 0.20 0 0.08
HSL 192.52º 0.96% 0.47% -
HSV(B) 192.52º 0.98% 0.92% -
XYZ 32.83 41.57 84.89 -
YUV 138.05 182.7 33.1 -
System Red Green Blue C M Y K H S L
Decimal 5 187 235 0.98 0.20 0 0.08 192.52 0.96 0.47
Hex 5 BB EB 62 14 0 8 C1 60 2F
Octal 5 273 353 142 24 0 10 301 140 57
Binary 101 10111011 11101011 1100010 10100 0 1000 11000001 1100000 101111

Color Harmonies of #05BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BBEB

Black with #05BBEB

Text Example


Text Example

White with #05BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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