Html Css Color HEX #0BDAFC Deep Sky Blue

📋 copy color: '#0BDAFC'

red 11 ◦ green 218 ◦ blue 252

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

Shades of Deep Sky Blue #0BDAFC

Tints of Deep Sky Blue #0BDAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

 BLUE value IS 252 (98.83% from 255) = 52.39%

R = 2.29%
G = 45.32%
B = 52.39%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BDAFC (or 0x0BDAFC) is known color: Deep Sky Blue. HEX triplet: 0B, DA and FC. RGB value is (11,218,252). Sum of RGB (Red+Green+Blue) = 11+218+252=481 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.29% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BDAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDAFC is #F42503. Grayscale: #9F9F9F. Windows color (decimal): -16000260 or 16570891. OLE color: 16570891.

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

Color convert

RGB 11 218 252 -
CMYK 0.96 0.13 0 0.01
HSL 188.46º 0.98% 0.52% -
HSV(B) 188.46º 0.96% 0.99% -
XYZ 42.78 57.24 100.89 -
YUV 159.98 179.92 21.74 -
System Red Green Blue C M Y K H S L
Decimal 11 218 252 0.96 0.13 0 0.01 188.46 0.98 0.52
Hex B DA FC 60 D 0 1 BC 62 34
Octal 13 332 374 140 15 0 1 274 142 64
Binary 1011 11011010 11111100 1100000 1101 0 1 10111100 1100010 110100

Color Harmonies of #0BDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDAFC

Black with #0BDAFC

Text Example


Text Example

White with #0BDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,218,252); }

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

background-color css

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

 a { background-color: rgb(11,218,252); }

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

border-color css

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

 span { border-color: rgb(11,218,252); }

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