Html Css Color HEX #0BCEFC Deep Sky Blue

📋 copy color: '#0BCEFC'

red 11 ◦ green 206 ◦ blue 252

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

Shades of Deep Sky Blue #0BCEFC

Tints of Deep Sky Blue #0BCEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.92%

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

R = 2.35%
G = 43.92%
B = 53.73%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BCEFC (or 0x0BCEFC) is known color: Deep Sky Blue. HEX triplet: 0B, CE and FC. RGB value is (11,206,252). Sum of RGB (Red+Green+Blue) = 11+206+252=469 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BCEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCEFC is #F43103. Grayscale: #989898. Windows color (decimal): -16003332 or 16567819. OLE color: 16567819.

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

Color convert

RGB 11 206 252 -
CMYK 0.96 0.18 0 0.01
HSL 191.45º 0.98% 0.52% -
HSV(B) 191.45º 0.96% 0.99% -
XYZ 39.78 51.24 99.89 -
YUV 152.94 183.9 26.76 -
System Red Green Blue C M Y K H S L
Decimal 11 206 252 0.96 0.18 0 0.01 191.45 0.98 0.52
Hex B CE FC 60 12 0 1 BF 62 34
Octal 13 316 374 140 22 0 1 277 142 64
Binary 1011 11001110 11111100 1100000 10010 0 1 10111111 1100010 110100

Color Harmonies of #0BCEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCEFC

Black with #0BCEFC

Text Example


Text Example

White with #0BCEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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