Html Css Color HEX #0FC3FD Deep Sky Blue

📋 copy color: '#0FC3FD'

red 15 ◦ green 195 ◦ blue 253

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

Shades of Deep Sky Blue #0FC3FD

Tints of Deep Sky Blue #0FC3FD

RGB

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

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

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

R = 3.24%
G = 42.12%
B = 54.64%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FC3FD (or 0x0FC3FD) is known color: Deep Sky Blue. HEX triplet: 0F, C3 and FD. RGB value is (15,195,253). Sum of RGB (Red+Green+Blue) = 15+195+253=463 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.24% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FC3FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC3FD is #F03C02. Grayscale: #939393. Windows color (decimal): -15744003 or 16630543. OLE color: 16630543.

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

Color convert

RGB 15 195 253 -
CMYK 0.94 0.23 0 0.01
HSL 194.62º 0.98% 0.53% -
HSV(B) 194.62º 0.94% 0.99% -
XYZ 37.44 46.22 99.88 -
YUV 147.79 187.37 33.28 -
System Red Green Blue C M Y K H S L
Decimal 15 195 253 0.94 0.23 0 0.01 194.62 0.98 0.53
Hex F C3 FD 5E 17 0 1 C3 62 35
Octal 17 303 375 136 27 0 1 303 142 65
Binary 1111 11000011 11111101 1011110 10111 0 1 11000011 1100010 110101

Color Harmonies of #0FC3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC3FD

Black with #0FC3FD

Text Example


Text Example

White with #0FC3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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