Html Css Color HEX #A8CAFD Pale Cornflower Blue

📋 copy color: '#A8CAFD'

red 168 ◦ green 202 ◦ blue 253

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

Shades of Pale Cornflower Blue #A8CAFD

Tints of Pale Cornflower Blue #A8CAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 26.97%
G = 32.42%
B = 40.61%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8CAFD (or 0xA8CAFD) is known color: Pale Cornflower Blue. HEX triplet: A8, CA and FD. RGB value is (168,202,253). Sum of RGB (Red+Green+Blue) = 168+202+253=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8CAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAFD is #573502. Grayscale: #C5C5C5. Windows color (decimal): -5715203 or 16632488. OLE color: 16632488.

HSL color Cylindrical-coordinate representation of color #A8CAFD: hue angle of 216º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CAFD is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 202 253 -
CMYK 0.34 0.20 0 0.01
HSL 216º 0.96% 0.83% -
HSV(B) 216º 0.34% 0.99% -
XYZ 55 57.66 101.16 -
YUV 197.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 168 202 253 0.34 0.20 0 0.01 216 0.96 0.83
Hex A8 CA FD 22 14 0 1 D8 60 53
Octal 250 312 375 42 24 0 1 330 140 123
Binary 10101000 11001010 11111101 100010 10100 0 1 11011000 1100000 1010011

Color Harmonies of #A8CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CAFD

Black with #A8CAFD

Text Example


Text Example

White with #A8CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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