Html Css Color HEX #0FCFEF Deep Sky Blue

📋 copy color: '#0FCFEF'

red 15 ◦ green 207 ◦ blue 239

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

Shades of Deep Sky Blue #0FCFEF

Tints of Deep Sky Blue #0FCFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 3.25%
G = 44.9%
B = 51.84%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0FCFEF (or 0x0FCFEF) is known color: Deep Sky Blue. HEX triplet: 0F, CF and EF. RGB value is (15,207,239). Sum of RGB (Red+Green+Blue) = 15+207+239=461 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FCFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFEF is #F03010. Grayscale: #989898. Windows color (decimal): -15740945 or 15716111. OLE color: 15716111.

HSL color Cylindrical-coordinate representation of color #0FCFEF: hue angle of 188.57º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCFEF is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 207 239 -
CMYK 0.94 0.13 0 0.06
HSL 188.57º 0.88% 0.5% -
HSV(B) 188.57º 0.94% 0.94% -
XYZ 38.09 50.96 89.49 -
YUV 153.24 176.39 29.4 -
System Red Green Blue C M Y K H S L
Decimal 15 207 239 0.94 0.13 0 0.06 188.57 0.88 0.5
Hex F CF EF 5E D 0 6 BD 58 32
Octal 17 317 357 136 15 0 6 275 130 62
Binary 1111 11001111 11101111 1011110 1101 0 110 10111101 1011000 110010

Color Harmonies of #0FCFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFEF

Black with #0FCFEF

Text Example


Text Example

White with #0FCFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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