Html Css Color HEX #0FC0FD Deep Sky Blue

📋 copy color: '#0FC0FD'

red 15 ◦ green 192 ◦ blue 253

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

Shades of Deep Sky Blue #0FC0FD

Tints of Deep Sky Blue #0FC0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 3.26%
G = 41.74%
B = 55%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FC0FD (or 0x0FC0FD) is known color: Deep Sky Blue. HEX triplet: 0F, C0 and FD. RGB value is (15,192,253). Sum of RGB (Red+Green+Blue) = 15+192+253=460 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.26% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FC0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC0FD is #F03F02. Grayscale: #919191. Windows color (decimal): -15744771 or 16629775. OLE color: 16629775.

HSL color Cylindrical-coordinate representation of color #0FC0FD: hue angle of 195.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC0FD is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 192 253 -
CMYK 0.94 0.24 0 0.01
HSL 195.38º 0.98% 0.53% -
HSV(B) 195.38º 0.94% 0.99% -
XYZ 36.78 44.89 99.66 -
YUV 146.03 188.36 34.54 -
System Red Green Blue C M Y K H S L
Decimal 15 192 253 0.94 0.24 0 0.01 195.38 0.98 0.53
Hex F C0 FD 5E 18 0 1 C3 62 35
Octal 17 300 375 136 30 0 1 303 142 65
Binary 1111 11000000 11111101 1011110 11000 0 1 11000011 1100010 110101

Color Harmonies of #0FC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC0FD

Black with #0FC0FD

Text Example


Text Example

White with #0FC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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