Html Css Color HEX #0BC3ED Deep Sky Blue

📋 copy color: '#0BC3ED'

red 11 ◦ green 195 ◦ blue 237

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

Shades of Deep Sky Blue #0BC3ED

Tints of Deep Sky Blue #0BC3ED

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 2.48%
G = 44.02%
B = 53.5%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BC3ED (or 0x0BC3ED) is known color: Deep Sky Blue. HEX triplet: 0B, C3 and ED. RGB value is (11,195,237). Sum of RGB (Red+Green+Blue) = 11+195+237=443 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BC3ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC3ED is #F43C12. Grayscale: #909090. Windows color (decimal): -16006163 or 15581963. OLE color: 15581963.

HSL color Cylindrical-coordinate representation of color #0BC3ED: hue angle of 191.15º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC3ED is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 195 237 -
CMYK 0.95 0.18 0 0.07
HSL 191.15º 0.91% 0.49% -
HSV(B) 191.15º 0.95% 0.93% -
XYZ 34.94 45.22 87.01 -
YUV 144.77 180.04 32.58 -
System Red Green Blue C M Y K H S L
Decimal 11 195 237 0.95 0.18 0 0.07 191.15 0.91 0.49
Hex B C3 ED 5F 12 0 7 BF 5B 31
Octal 13 303 355 137 22 0 7 277 133 61
Binary 1011 11000011 11101101 1011111 10010 0 111 10111111 1011011 110001

Color Harmonies of #0BC3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC3ED

Black with #0BC3ED

Text Example


Text Example

White with #0BC3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,195,237); }

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

background-color css

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

 a { background-color: rgb(11,195,237); }

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

border-color css

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

 span { border-color: rgb(11,195,237); }

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