Html Css Color HEX #0FC5ED Deep Sky Blue

📋 copy color: '#0FC5ED'

red 15 ◦ green 197 ◦ blue 237

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

Shades of Deep Sky Blue #0FC5ED

Tints of Deep Sky Blue #0FC5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.88%

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

R = 3.34%
G = 43.88%
B = 52.78%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0FC5ED (or 0x0FC5ED) is known color: Deep Sky Blue. HEX triplet: 0F, C5 and ED. RGB value is (15,197,237). Sum of RGB (Red+Green+Blue) = 15+197+237=449 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.34% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #0FC5ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC5ED is #F03A12. Grayscale: #929292. Windows color (decimal): -15743507 or 15582479. OLE color: 15582479.

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

Color convert

RGB 15 197 237 -
CMYK 0.94 0.17 0 0.07
HSL 190.81º 0.88% 0.49% -
HSV(B) 190.81º 0.94% 0.93% -
XYZ 35.45 46.15 87.16 -
YUV 147.14 178.7 33.75 -
System Red Green Blue C M Y K H S L
Decimal 15 197 237 0.94 0.17 0 0.07 190.81 0.88 0.49
Hex F C5 ED 5E 11 0 7 BF 58 31
Octal 17 305 355 136 21 0 7 277 130 61
Binary 1111 11000101 11101101 1011110 10001 0 111 10111111 1011000 110001

Color Harmonies of #0FC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC5ED

Black with #0FC5ED

Text Example


Text Example

White with #0FC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,197,237); }

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

background-color css

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

 a { background-color: rgb(15,197,237); }

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

border-color css

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

 span { border-color: rgb(15,197,237); }

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