Html Css Color HEX #05BBFF Deep Sky Blue

📋 copy color: '#05BBFF'

red 5 ◦ green 187 ◦ blue 255

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

Shades of Deep Sky Blue #05BBFF

Tints of Deep Sky Blue #05BBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.05%

R = 1.12%
G = 41.83%
B = 57.05%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#05BBFF (or 0x05BBFF) is known color: Deep Sky Blue. HEX triplet: 05, BB and FF. RGB value is (5,187,255). Sum of RGB (Red+Green+Blue) = 5+187+255=447 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #05BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BBFF is #FA4400. Grayscale: #8B8B8B. Windows color (decimal): -16401409 or 16759557. OLE color: 16759557.

HSL color Cylindrical-coordinate representation of color #05BBFF: hue angle of 196.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BBFF is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 187 255 -
CMYK 0.98 0.27 0 0
HSL 196.32º 1% 0.51% -
HSV(B) 196.32º 0.98% 1% -
XYZ 35.88 42.79 100.98 -
YUV 140.33 192.7 31.47 -
System Red Green Blue C M Y K H S L
Decimal 5 187 255 0.98 0.27 0 0 196.32 1 0.51
Hex 5 BB FF 62 1B 0 0 C4 64 33
Octal 5 273 377 142 33 0 0 304 144 63
Binary 101 10111011 11111111 1100010 11011 0 0 11000100 1100100 110011

Color Harmonies of #05BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BBFF

Black with #05BBFF

Text Example


Text Example

White with #05BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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