Html Css Color HEX #A0CAFF Pale Cornflower Blue

📋 copy color: '#A0CAFF'

red 160 ◦ green 202 ◦ blue 255

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

Shades of Pale Cornflower Blue #A0CAFF

Tints of Pale Cornflower Blue #A0CAFF

RGB

 RED value IS 160 (62.89% from 255) = 25.93%

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

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

R = 25.93%
G = 32.74%
B = 41.33%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0CAFF (or 0xA0CAFF) is known color: Pale Cornflower Blue. HEX triplet: A0, CA and FF. RGB value is (160,202,255). Sum of RGB (Red+Green+Blue) = 160+202+255=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CAFF is #5F3500. Grayscale: #C3C3C3. Windows color (decimal): -6239489 or 16763552. OLE color: 16763552.

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

Color convert

RGB 160 202 255 -
CMYK 0.37 0.21 0 0
HSL 213.47º 1% 0.81% -
HSV(B) 213.47º 0.37% 1% -
XYZ 53.67 56.93 102.77 -
YUV 195.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 160 202 255 0.37 0.21 0 0 213.47 1 0.81
Hex A0 CA FF 25 15 0 0 D5 64 51
Octal 240 312 377 45 25 0 0 325 144 121
Binary 10100000 11001010 11111111 100101 10101 0 0 11010101 1100100 1010001

Color Harmonies of #A0CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CAFF

Black with #A0CAFF

Text Example


Text Example

White with #A0CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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