Html Css Color HEX #0ACEFE Deep Sky Blue

📋 copy color: '#0ACEFE'

red 10 ◦ green 206 ◦ blue 254

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

Shades of Deep Sky Blue #0ACEFE

Tints of Deep Sky Blue #0ACEFE

RGB

 RED value IS 10 (4.3% from 255) = 2.13%

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

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

R = 2.13%
G = 43.83%
B = 54.04%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0ACEFE (or 0x0ACEFE) is known color: Deep Sky Blue. HEX triplet: 0A, CE and FE. RGB value is (10,206,254). Sum of RGB (Red+Green+Blue) = 10+206+254=470 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 470); Green value is 206 (80.86% from 255 or 43.83% 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 #0ACEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACEFE is #F53101. Grayscale: #989898. Windows color (decimal): -16068866 or 16698890. OLE color: 16698890.

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

Color convert

RGB 10 206 254 -
CMYK 0.96 0.19 0 0.00
HSL 191.8º 0.99% 0.52% -
HSV(B) 191.8º 0.96% 1% -
XYZ 40.09 51.36 101.57 -
YUV 152.87 185.07 26.1 -
System Red Green Blue C M Y K H S L
Decimal 10 206 254 0.96 0.19 0 0.00 191.8 0.99 0.52
Hex A CE FE 60 13 0 0 C0 63 34
Octal 12 316 376 140 23 0 0 300 143 64
Binary 1010 11001110 11111110 1100000 10011 0 0 11000000 1100011 110100

Color Harmonies of #0ACEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEFE

Black with #0ACEFE

Text Example


Text Example

White with #0ACEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,206,254); }

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

background-color css

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

 a { background-color: rgb(10,206,254); }

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

border-color css

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

 span { border-color: rgb(10,206,254); }

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