Html Css Color HEX #A8C8FD Pale Cornflower Blue

📋 copy color: '#A8C8FD'

red 168 ◦ green 200 ◦ blue 253

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

Shades of Pale Cornflower Blue #A8C8FD

Tints of Pale Cornflower Blue #A8C8FD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.21%

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

R = 27.05%
G = 32.21%
B = 40.74%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8C8FD (or 0xA8C8FD) is known color: Pale Cornflower Blue. HEX triplet: A8, C8 and FD. RGB value is (168,200,253). Sum of RGB (Red+Green+Blue) = 168+200+253=621 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.05% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8C8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C8FD is #573702. Grayscale: #C4C4C4. Windows color (decimal): -5715715 or 16631976. OLE color: 16631976.

HSL color Cylindrical-coordinate representation of color #A8C8FD: hue angle of 217.41º 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 #A8C8FD is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 200 253 -
CMYK 0.34 0.21 0 0.01
HSL 217.41º 0.96% 0.83% -
HSV(B) 217.41º 0.34% 0.99% -
XYZ 54.53 56.73 101 -
YUV 196.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 168 200 253 0.34 0.21 0 0.01 217.41 0.96 0.83
Hex A8 C8 FD 22 15 0 1 D9 60 53
Octal 250 310 375 42 25 0 1 331 140 123
Binary 10101000 11001000 11111101 100010 10101 0 1 11011001 1100000 1010011

Color Harmonies of #A8C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C8FD

Black with #A8C8FD

Text Example


Text Example

White with #A8C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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