Html Css Color HEX #A0CAFE Pale Cornflower Blue

📋 copy color: '#A0CAFE'

red 160 ◦ green 202 ◦ blue 254

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

Shades of Pale Cornflower Blue #A0CAFE

Tints of Pale Cornflower Blue #A0CAFE

RGB

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

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

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

R = 25.97%
G = 32.79%
B = 41.23%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0CAFE (or 0xA0CAFE) is known color: Pale Cornflower Blue. HEX triplet: A0, CA and FE. RGB value is (160,202,254). Sum of RGB (Red+Green+Blue) = 160+202+254=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CAFE is #5F3501. Grayscale: #C3C3C3. Windows color (decimal): -6239490 or 16698016. OLE color: 16698016.

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

Color convert

RGB 160 202 254 -
CMYK 0.37 0.20 0 0.00
HSL 213.19º 0.98% 0.81% -
HSV(B) 213.19º 0.37% 1% -
XYZ 53.51 56.87 101.92 -
YUV 195.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 160 202 254 0.37 0.20 0 0.00 213.19 0.98 0.81
Hex A0 CA FE 25 14 0 0 D5 62 51
Octal 240 312 376 45 24 0 0 325 142 121
Binary 10100000 11001010 11111110 100101 10100 0 0 11010101 1100010 1010001

Color Harmonies of #A0CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CAFE

Black with #A0CAFE

Text Example


Text Example

White with #A0CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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