Html Css Color HEX #0BDEFC Deep Sky Blue

📋 copy color: '#0BDEFC'

red 11 ◦ green 222 ◦ blue 252

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

Shades of Deep Sky Blue #0BDEFC

Tints of Deep Sky Blue #0BDEFC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.77%

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

R = 2.27%
G = 45.77%
B = 51.96%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BDEFC (or 0x0BDEFC) is known color: Deep Sky Blue. HEX triplet: 0B, DE and FC. RGB value is (11,222,252). Sum of RGB (Red+Green+Blue) = 11+222+252=485 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BDEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDEFC is #F42103. Grayscale: #A2A2A2. Windows color (decimal): -15999236 or 16571915. OLE color: 16571915.

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

Color convert

RGB 11 222 252 -
CMYK 0.96 0.12 0 0.01
HSL 187.47º 0.98% 0.52% -
HSV(B) 187.47º 0.96% 0.99% -
XYZ 43.83 59.34 101.24 -
YUV 162.33 178.6 20.06 -
System Red Green Blue C M Y K H S L
Decimal 11 222 252 0.96 0.12 0 0.01 187.47 0.98 0.52
Hex B DE FC 60 C 0 1 BB 62 34
Octal 13 336 374 140 14 0 1 273 142 64
Binary 1011 11011110 11111100 1100000 1100 0 1 10111011 1100010 110100

Color Harmonies of #0BDEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDEFC

Black with #0BDEFC

Text Example


Text Example

White with #0BDEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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