Html Css Color HEX #0FACFC Deep Sky Blue

📋 copy color: '#0FACFC'

red 15 ◦ green 172 ◦ blue 252

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

Shades of Deep Sky Blue #0FACFC

Tints of Deep Sky Blue #0FACFC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.18%

 BLUE value IS 252 (98.83% from 255) = 57.4%

R = 3.42%
G = 39.18%
B = 57.4%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0FACFC (or 0x0FACFC) is known color: Deep Sky Blue. HEX triplet: 0F, AC and FC. RGB value is (15,172,252). Sum of RGB (Red+Green+Blue) = 15+172+252=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FACFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FACFC is #F05303. Grayscale: #858585. Windows color (decimal): -15749892 or 16559119. OLE color: 16559119.

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

Color convert

RGB 15 172 252 -
CMYK 0.94 0.32 0 0.01
HSL 200.25º 0.98% 0.52% -
HSV(B) 200.25º 0.94% 0.99% -
XYZ 32.52 36.63 97.45 -
YUV 134.18 194.49 43 -
System Red Green Blue C M Y K H S L
Decimal 15 172 252 0.94 0.32 0 0.01 200.25 0.98 0.52
Hex F AC FC 5E 20 0 1 C8 62 34
Octal 17 254 374 136 40 0 1 310 142 64
Binary 1111 10101100 11111100 1011110 100000 0 1 11001000 1100010 110100

Color Harmonies of #0FACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACFC

Black with #0FACFC

Text Example


Text Example

White with #0FACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,252); }

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

background-color css

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

 a { background-color: rgb(15,172,252); }

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

border-color css

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

 span { border-color: rgb(15,172,252); }

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