Html Css Color HEX #0BACFD Deep Sky Blue

📋 copy color: '#0BACFD'

red 11 ◦ green 172 ◦ blue 253

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

Shades of Deep Sky Blue #0BACFD

Tints of Deep Sky Blue #0BACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.45%

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

R = 2.52%
G = 39.45%
B = 58.03%

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

#0BACFD (or 0x0BACFD) is known color: Deep Sky Blue. HEX triplet: 0B, AC and FD. RGB value is (11,172,253). Sum of RGB (Red+Green+Blue) = 11+172+253=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BACFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BACFD is #F45302. Grayscale: #848484. Windows color (decimal): -16012035 or 16624651. OLE color: 16624651.

HSL color Cylindrical-coordinate representation of color #0BACFD: hue angle of 200.08º 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 #0BACFD is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 172 253 -
CMYK 0.96 0.32 0 0.01
HSL 200.08º 0.98% 0.52% -
HSV(B) 200.08º 0.96% 0.99% -
XYZ 32.62 36.67 98.29 -
YUV 133.1 195.66 40.91 -
System Red Green Blue C M Y K H S L
Decimal 11 172 253 0.96 0.32 0 0.01 200.08 0.98 0.52
Hex B AC FD 60 20 0 1 C8 62 34
Octal 13 254 375 140 40 0 1 310 142 64
Binary 1011 10101100 11111101 1100000 100000 0 1 11001000 1100010 110100

Color Harmonies of #0BACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BACFD

Black with #0BACFD

Text Example


Text Example

White with #0BACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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