Html Css Color HEX #0ACAFF Deep Sky Blue

📋 copy color: '#0ACAFF'

red 10 ◦ green 202 ◦ blue 255

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

Shades of Deep Sky Blue #0ACAFF

Tints of Deep Sky Blue #0ACAFF

RGB

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

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

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

R = 2.14%
G = 43.25%
B = 54.6%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0ACAFF (or 0x0ACAFF) is known color: Deep Sky Blue. HEX triplet: 0A, CA and FF. RGB value is (10,202,255). Sum of RGB (Red+Green+Blue) = 10+202+255=467 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ACAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACAFF is #F53500. Grayscale: #969696. Windows color (decimal): -16069889 or 16763402. OLE color: 16763402.

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

Color convert

RGB 10 202 255 -
CMYK 0.96 0.21 0 0
HSL 192.98º 1% 0.52% -
HSV(B) 192.98º 0.96% 1% -
XYZ 39.3 49.53 102.1 -
YUV 150.63 186.89 27.69 -
System Red Green Blue C M Y K H S L
Decimal 10 202 255 0.96 0.21 0 0 192.98 1 0.52
Hex A CA FF 60 15 0 0 C1 64 34
Octal 12 312 377 140 25 0 0 301 144 64
Binary 1010 11001010 11111111 1100000 10101 0 0 11000001 1100100 110100

Color Harmonies of #0ACAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACAFF

Black with #0ACAFF

Text Example


Text Example

White with #0ACAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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