Html Css Color HEX #0BADFD Deep Sky Blue

📋 copy color: '#0BADFD'

red 11 ◦ green 173 ◦ blue 253

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

Shades of Deep Sky Blue #0BADFD

Tints of Deep Sky Blue #0BADFD

RGB

 RED value IS 11 (4.69% from 255) = 2.52%

 GREEN value IS 173 (67.97% from 255) = 39.59%

 BLUE value IS 253 (99.22% from 255) = 57.89%

R = 2.52%
G = 39.59%
B = 57.89%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BADFD (or 0x0BADFD) is known color: Deep Sky Blue. HEX triplet: 0B, AD and FD. RGB value is (11,173,253). Sum of RGB (Red+Green+Blue) = 11+173+253=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BADFD is #F45202. Grayscale: #858585. Windows color (decimal): -16011779 or 16624907. OLE color: 16624907.

HSL color Cylindrical-coordinate representation of color #0BADFD: hue angle of 199.83º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BADFD is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 173 253 -
CMYK 0.96 0.32 0 0.01
HSL 199.83º 0.98% 0.52% -
HSV(B) 199.83º 0.96% 0.99% -
XYZ 32.81 37.05 98.35 -
YUV 133.68 195.33 40.5 -
System Red Green Blue C M Y K H S L
Decimal 11 173 253 0.96 0.32 0 0.01 199.83 0.98 0.52
Hex B AD FD 60 20 0 1 C8 62 34
Octal 13 255 375 140 40 0 1 310 142 64
Binary 1011 10101101 11111101 1100000 100000 0 1 11001000 1100010 110100

Color Harmonies of #0BADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADFD

Black with #0BADFD

Text Example


Text Example

White with #0BADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BADFD; }

 p { color: rgb(11,173,253); }

 H1.HeaderClassName
 {
   color: #0BADFD;
 }
 .AnyTagClassName
 {
   color: #0BADFD;
 }
</style>

background-color css

<style>
 a { background-color: #0BADFD; }

 a { background-color: rgb(11,173,253); }

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

border-color css

<style>
 span { border-color: #0BADFD; }

 span { border-color: rgb(11,173,253); }

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