Html Css Color HEX #0FCFFA Deep Sky Blue

📋 copy color: '#0FCFFA'

red 15 ◦ green 207 ◦ blue 250

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

Shades of Deep Sky Blue #0FCFFA

Tints of Deep Sky Blue #0FCFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.86%

 BLUE value IS 250 (98.05% from 255) = 52.97%

R = 3.18%
G = 43.86%
B = 52.97%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FCFFA (or 0x0FCFFA) is known color: Deep Sky Blue. HEX triplet: 0F, CF and FA. RGB value is (15,207,250). Sum of RGB (Red+Green+Blue) = 15+207+250=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FCFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFFA is #F03005. Grayscale: #9A9A9A. Windows color (decimal): -15740934 or 16437007. OLE color: 16437007.

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

Color convert

RGB 15 207 250 -
CMYK 0.94 0.17 0 0.02
HSL 190.98º 0.96% 0.52% -
HSV(B) 190.98º 0.94% 0.98% -
XYZ 39.77 51.63 98.31 -
YUV 154.49 181.89 28.5 -
System Red Green Blue C M Y K H S L
Decimal 15 207 250 0.94 0.17 0 0.02 190.98 0.96 0.52
Hex F CF FA 5E 11 0 2 BF 60 34
Octal 17 317 372 136 21 0 2 277 140 64
Binary 1111 11001111 11111010 1011110 10001 0 10 10111111 1100000 110100

Color Harmonies of #0FCFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFFA

Black with #0FCFFA

Text Example


Text Example

White with #0FCFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,250); }

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

background-color css

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

 a { background-color: rgb(15,207,250); }

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

border-color css

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

 span { border-color: rgb(15,207,250); }

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