Html Css Color HEX #0ACCFC Deep Sky Blue

📋 copy color: '#0ACCFC'

red 10 ◦ green 204 ◦ blue 252

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

Shades of Deep Sky Blue #0ACCFC

Tints of Deep Sky Blue #0ACCFC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.78%

 BLUE value IS 252 (98.83% from 255) = 54.08%

R = 2.15%
G = 43.78%
B = 54.08%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0ACCFC (or 0x0ACCFC) is known color: Deep Sky Blue. HEX triplet: 0A, CC and FC. RGB value is (10,204,252). Sum of RGB (Red+Green+Blue) = 10+204+252=466 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ACCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACCFC is #F53303. Grayscale: #979797. Windows color (decimal): -16069380 or 16567306. OLE color: 16567306.

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

Color convert

RGB 10 204 252 -
CMYK 0.96 0.19 0 0.01
HSL 191.9º 0.98% 0.51% -
HSV(B) 191.9º 0.96% 0.99% -
XYZ 39.29 50.28 99.73 -
YUV 151.47 184.73 27.1 -
System Red Green Blue C M Y K H S L
Decimal 10 204 252 0.96 0.19 0 0.01 191.9 0.98 0.51
Hex A CC FC 60 13 0 1 C0 62 33
Octal 12 314 374 140 23 0 1 300 142 63
Binary 1010 11001100 11111100 1100000 10011 0 1 11000000 1100010 110011

Color Harmonies of #0ACCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCFC

Black with #0ACCFC

Text Example


Text Example

White with #0ACCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,252); }

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

background-color css

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

 a { background-color: rgb(10,204,252); }

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

border-color css

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

 span { border-color: rgb(10,204,252); }

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