Html Css Color HEX #A8CAF8 Pale Cornflower Blue

📋 copy color: '#A8CAF8'

red 168 ◦ green 202 ◦ blue 248

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

Shades of Pale Cornflower Blue #A8CAF8

Tints of Pale Cornflower Blue #A8CAF8

RGB

 RED value IS 168 (66.02% from 255) = 27.18%

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

 BLUE value IS 248 (97.27% from 255) = 40.13%

R = 27.18%
G = 32.69%
B = 40.13%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A8CAF8 (or 0xA8CAF8) is known color: Pale Cornflower Blue. HEX triplet: A8, CA and F8. RGB value is (168,202,248). Sum of RGB (Red+Green+Blue) = 168+202+248=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #A8CAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAF8 is #573507. Grayscale: #C4C4C4. Windows color (decimal): -5715208 or 16304808. OLE color: 16304808.

HSL color Cylindrical-coordinate representation of color #A8CAF8: hue angle of 214.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8CAF8 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 202 248 -
CMYK 0.32 0.19 0 0.03
HSL 214.5º 0.85% 0.82% -
HSV(B) 214.5º 0.32% 0.97% -
XYZ 54.21 57.34 97.02 -
YUV 197.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 168 202 248 0.32 0.19 0 0.03 214.5 0.85 0.82
Hex A8 CA F8 20 13 0 3 D6 55 52
Octal 250 312 370 40 23 0 3 326 125 122
Binary 10101000 11001010 11111000 100000 10011 0 11 11010110 1010101 1010010

Color Harmonies of #A8CAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CAF8

Black with #A8CAF8

Text Example


Text Example

White with #A8CAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CAF8; }

 p { color: rgb(168,202,248); }

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

background-color css

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

 a { background-color: rgb(168,202,248); }

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

border-color css

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

 span { border-color: rgb(168,202,248); }

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