Html Css Color HEX #0FC0EB Deep Sky Blue

📋 copy color: '#0FC0EB'

red 15 ◦ green 192 ◦ blue 235

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

Shades of Deep Sky Blue #0FC0EB

Tints of Deep Sky Blue #0FC0EB

RGB

 RED value IS 15 (6.25% from 255) = 3.39%

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 3.39%
G = 43.44%
B = 53.17%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FC0EB (or 0x0FC0EB) is known color: Deep Sky Blue. HEX triplet: 0F, C0 and EB. RGB value is (15,192,235). Sum of RGB (Red+Green+Blue) = 15+192+235=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FC0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC0EB is #F03F14. Grayscale: #8F8F8F. Windows color (decimal): -15744789 or 15450127. OLE color: 15450127.

HSL color Cylindrical-coordinate representation of color #0FC0EB: hue angle of 191.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC0EB is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 192 235 -
CMYK 0.94 0.18 0 0.08
HSL 191.73º 0.88% 0.49% -
HSV(B) 191.73º 0.94% 0.92% -
XYZ 34.04 43.8 85.26 -
YUV 143.98 179.36 36 -
System Red Green Blue C M Y K H S L
Decimal 15 192 235 0.94 0.18 0 0.08 191.73 0.88 0.49
Hex F C0 EB 5E 12 0 8 C0 58 31
Octal 17 300 353 136 22 0 10 300 130 61
Binary 1111 11000000 11101011 1011110 10010 0 1000 11000000 1011000 110001

Color Harmonies of #0FC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC0EB

Black with #0FC0EB

Text Example


Text Example

White with #0FC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,235); }

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

background-color css

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

 a { background-color: rgb(15,192,235); }

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

border-color css

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

 span { border-color: rgb(15,192,235); }

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