Html Css Color HEX #05BDFB Deep Sky Blue

📋 copy color: '#05BDFB'

red 5 ◦ green 189 ◦ blue 251

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

Shades of Deep Sky Blue #05BDFB

Tints of Deep Sky Blue #05BDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.4%

R = 1.12%
G = 42.47%
B = 56.4%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#05BDFB (or 0x05BDFB) is known color: Deep Sky Blue. HEX triplet: 05, BD and FB. RGB value is (5,189,251). Sum of RGB (Red+Green+Blue) = 5+189+251=445 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #05BDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BDFB is #FA4204. Grayscale: #8C8C8C. Windows color (decimal): -16400901 or 16497925. OLE color: 16497925.

HSL color Cylindrical-coordinate representation of color #05BDFB: hue angle of 195.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BDFB is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 189 251 -
CMYK 0.98 0.25 0 0.02
HSL 195.12º 0.97% 0.5% -
HSV(B) 195.12º 0.98% 0.98% -
XYZ 35.67 43.39 97.76 -
YUV 141.05 190.04 30.96 -
System Red Green Blue C M Y K H S L
Decimal 5 189 251 0.98 0.25 0 0.02 195.12 0.97 0.5
Hex 5 BD FB 62 19 0 2 C3 61 32
Octal 5 275 373 142 31 0 2 303 141 62
Binary 101 10111101 11111011 1100010 11001 0 10 11000011 1100001 110010

Color Harmonies of #05BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BDFB

Black with #05BDFB

Text Example


Text Example

White with #05BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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