Html Css Color HEX #0FCEFF Deep Sky Blue

📋 copy color: '#0FCEFF'

red 15 ◦ green 206 ◦ blue 255

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

Shades of Deep Sky Blue #0FCEFF

Tints of Deep Sky Blue #0FCEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 3.15%
G = 43.28%
B = 53.57%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FCEFF (or 0x0FCEFF) is known color: Deep Sky Blue. HEX triplet: 0F, CE and FF. RGB value is (15,206,255). Sum of RGB (Red+Green+Blue) = 15+206+255=476 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.15% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FCEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCEFF is #F03100. Grayscale: #9A9A9A. Windows color (decimal): -15741185 or 16764431. OLE color: 16764431.

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

Color convert

RGB 15 206 255 -
CMYK 0.94 0.19 0 0
HSL 192.25º 1% 0.53% -
HSV(B) 192.25º 0.94% 1% -
XYZ 40.32 51.46 102.42 -
YUV 154.48 184.72 28.52 -
System Red Green Blue C M Y K H S L
Decimal 15 206 255 0.94 0.19 0 0 192.25 1 0.53
Hex F CE FF 5E 13 0 0 C0 64 35
Octal 17 316 377 136 23 0 0 300 144 65
Binary 1111 11001110 11111111 1011110 10011 0 0 11000000 1100100 110101

Color Harmonies of #0FCEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEFF

Black with #0FCEFF

Text Example


Text Example

White with #0FCEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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