Html Css Color HEX #0FCFFE Deep Sky Blue

📋 copy color: '#0FCFFE'

red 15 ◦ green 207 ◦ blue 254

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

Shades of Deep Sky Blue #0FCFFE

Tints of Deep Sky Blue #0FCFFE

RGB

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

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

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

R = 3.15%
G = 43.49%
B = 53.36%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0FCFFE (or 0x0FCFFE) is known color: Deep Sky Blue. HEX triplet: 0F, CF and FE. RGB value is (15,207,254). Sum of RGB (Red+Green+Blue) = 15+207+254=476 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.15% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FCFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFFE is #F03001. Grayscale: #9A9A9A. Windows color (decimal): -15740930 or 16699151. OLE color: 16699151.

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

Color convert

RGB 15 207 254 -
CMYK 0.94 0.19 0 0.00
HSL 191.8º 0.99% 0.53% -
HSV(B) 191.8º 0.94% 1% -
XYZ 40.4 51.88 101.65 -
YUV 154.95 183.89 28.18 -
System Red Green Blue C M Y K H S L
Decimal 15 207 254 0.94 0.19 0 0.00 191.8 0.99 0.53
Hex F CF FE 5E 13 0 0 C0 63 35
Octal 17 317 376 136 23 0 0 300 143 65
Binary 1111 11001111 11111110 1011110 10011 0 0 11000000 1100011 110101

Color Harmonies of #0FCFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFFE

Black with #0FCFFE

Text Example


Text Example

White with #0FCFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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