Html Css Color HEX #0BC7FC Deep Sky Blue

📋 copy color: '#0BC7FC'

red 11 ◦ green 199 ◦ blue 252

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

Shades of Deep Sky Blue #0BC7FC

Tints of Deep Sky Blue #0BC7FC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.07%

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

R = 2.38%
G = 43.07%
B = 54.55%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BC7FC (or 0x0BC7FC) is known color: Deep Sky Blue. HEX triplet: 0B, C7 and FC. RGB value is (11,199,252). Sum of RGB (Red+Green+Blue) = 11+199+252=462 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.38% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BC7FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC7FC is #F43803. Grayscale: #949494. Windows color (decimal): -16005124 or 16566027. OLE color: 16566027.

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

Color convert

RGB 11 199 252 -
CMYK 0.96 0.21 0 0.01
HSL 193.2º 0.98% 0.52% -
HSV(B) 193.2º 0.96% 0.99% -
XYZ 38.13 47.95 99.34 -
YUV 148.83 186.22 29.69 -
System Red Green Blue C M Y K H S L
Decimal 11 199 252 0.96 0.21 0 0.01 193.2 0.98 0.52
Hex B C7 FC 60 15 0 1 C1 62 34
Octal 13 307 374 140 25 0 1 301 142 64
Binary 1011 11000111 11111100 1100000 10101 0 1 11000001 1100010 110100

Color Harmonies of #0BC7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC7FC

Black with #0BC7FC

Text Example


Text Example

White with #0BC7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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