Html Css Color HEX #0FC9FE Deep Sky Blue

📋 copy color: '#0FC9FE'

red 15 ◦ green 201 ◦ blue 254

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

Shades of Deep Sky Blue #0FC9FE

Tints of Deep Sky Blue #0FC9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.77%

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 3.19%
G = 42.77%
B = 54.04%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0FC9FE (or 0x0FC9FE) is known color: Deep Sky Blue. HEX triplet: 0F, C9 and FE. RGB value is (15,201,254). Sum of RGB (Red+Green+Blue) = 15+201+254=470 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.19% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FC9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC9FE is #F03601. Grayscale: #979797. Windows color (decimal): -15742466 or 16697615. OLE color: 16697615.

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

Color convert

RGB 15 201 254 -
CMYK 0.94 0.21 0 0.00
HSL 193.31º 0.99% 0.53% -
HSV(B) 193.31º 0.94% 1% -
XYZ 38.97 49.03 101.18 -
YUV 151.43 185.88 30.69 -
System Red Green Blue C M Y K H S L
Decimal 15 201 254 0.94 0.21 0 0.00 193.31 0.99 0.53
Hex F C9 FE 5E 15 0 0 C1 63 35
Octal 17 311 376 136 25 0 0 301 143 65
Binary 1111 11001001 11111110 1011110 10101 0 0 11000001 1100011 110101

Color Harmonies of #0FC9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC9FE

Black with #0FC9FE

Text Example


Text Example

White with #0FC9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,201,254); }

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

background-color css

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

 a { background-color: rgb(15,201,254); }

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

border-color css

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

 span { border-color: rgb(15,201,254); }

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