Html Css Color HEX #0ACAFC Deep Sky Blue

📋 copy color: '#0ACAFC'

red 10 ◦ green 202 ◦ blue 252

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

Shades of Deep Sky Blue #0ACAFC

Tints of Deep Sky Blue #0ACAFC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.53%

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

R = 2.16%
G = 43.53%
B = 54.31%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0ACAFC (or 0x0ACAFC) is known color: Deep Sky Blue. HEX triplet: 0A, CA and FC. RGB value is (10,202,252). Sum of RGB (Red+Green+Blue) = 10+202+252=464 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ACAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACAFC is #F53503. Grayscale: #959595. Windows color (decimal): -16069892 or 16566794. OLE color: 16566794.

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

Color convert

RGB 10 202 252 -
CMYK 0.96 0.20 0 0.01
HSL 192.4º 0.98% 0.51% -
HSV(B) 192.4º 0.96% 0.99% -
XYZ 38.82 49.33 99.57 -
YUV 150.29 185.39 27.93 -
System Red Green Blue C M Y K H S L
Decimal 10 202 252 0.96 0.20 0 0.01 192.4 0.98 0.51
Hex A CA FC 60 14 0 1 C0 62 33
Octal 12 312 374 140 24 0 1 300 142 63
Binary 1010 11001010 11111100 1100000 10100 0 1 11000000 1100010 110011

Color Harmonies of #0ACAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACAFC

Black with #0ACAFC

Text Example


Text Example

White with #0ACAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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