Html Css Color HEX #0AC9FE Deep Sky Blue

📋 copy color: '#0AC9FE'

red 10 ◦ green 201 ◦ blue 254

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

Shades of Deep Sky Blue #0AC9FE

Tints of Deep Sky Blue #0AC9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.23%

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

R = 2.15%
G = 43.23%
B = 54.62%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0AC9FE (or 0x0AC9FE) is known color: Deep Sky Blue. HEX triplet: 0A, C9 and FE. RGB value is (10,201,254). Sum of RGB (Red+Green+Blue) = 10+201+254=465 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AC9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC9FE is #F53601. Grayscale: #959595. Windows color (decimal): -16070146 or 16697610. OLE color: 16697610.

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

Color convert

RGB 10 201 254 -
CMYK 0.96 0.21 0 0.00
HSL 193.03º 0.99% 0.52% -
HSV(B) 193.03º 0.96% 1% -
XYZ 38.9 48.99 101.17 -
YUV 149.93 186.72 28.19 -
System Red Green Blue C M Y K H S L
Decimal 10 201 254 0.96 0.21 0 0.00 193.03 0.99 0.52
Hex A C9 FE 60 15 0 0 C1 63 34
Octal 12 311 376 140 25 0 0 301 143 64
Binary 1010 11001001 11111110 1100000 10101 0 0 11000001 1100011 110100

Color Harmonies of #0AC9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC9FE

Black with #0AC9FE

Text Example


Text Example

White with #0AC9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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