Html Css Color HEX #0FCEF5 Deep Sky Blue

📋 copy color: '#0FCEF5'

red 15 ◦ green 206 ◦ blue 245

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

Shades of Deep Sky Blue #0FCEF5

Tints of Deep Sky Blue #0FCEF5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.21%

 BLUE value IS 245 (96.09% from 255) = 52.58%

R = 3.22%
G = 44.21%
B = 52.58%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0FCEF5 (or 0x0FCEF5) is known color: Deep Sky Blue. HEX triplet: 0F, CE and F5. RGB value is (15,206,245). Sum of RGB (Red+Green+Blue) = 15+206+245=466 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.22% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #0FCEF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCEF5 is #F0310A. Grayscale: #989898. Windows color (decimal): -15741195 or 16109071. OLE color: 16109071.

HSL color Cylindrical-coordinate representation of color #0FCEF5: hue angle of 190.17º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCEF5 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 15 206 245 -
CMYK 0.94 0.16 0 0.04
HSL 190.17º 0.92% 0.51% -
HSV(B) 190.17º 0.94% 0.96% -
XYZ 38.75 50.84 94.16 -
YUV 153.34 179.72 29.33 -
System Red Green Blue C M Y K H S L
Decimal 15 206 245 0.94 0.16 0 0.04 190.17 0.92 0.51
Hex F CE F5 5E 10 0 4 BE 5C 33
Octal 17 316 365 136 20 0 4 276 134 63
Binary 1111 11001110 11110101 1011110 10000 0 100 10111110 1011100 110011

Color Harmonies of #0FCEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEF5

Black with #0FCEF5

Text Example


Text Example

White with #0FCEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,206,245); }

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

background-color css

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

 a { background-color: rgb(15,206,245); }

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

border-color css

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

 span { border-color: rgb(15,206,245); }

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