Html Css Color HEX #A8D1FA Pale Cornflower Blue

📋 copy color: '#A8D1FA'

red 168 ◦ green 209 ◦ blue 250

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

Shades of Pale Cornflower Blue #A8D1FA

Tints of Pale Cornflower Blue #A8D1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.33%

 BLUE value IS 250 (98.05% from 255) = 39.87%

R = 26.79%
G = 33.33%
B = 39.87%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8D1FA (or 0xA8D1FA) is known color: Pale Cornflower Blue. HEX triplet: A8, D1 and FA. RGB value is (168,209,250). Sum of RGB (Red+Green+Blue) = 168+209+250=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D1FA is #572E05. Grayscale: #C9C9C9. Windows color (decimal): -5713414 or 16437672. OLE color: 16437672.

HSL color Cylindrical-coordinate representation of color #A8D1FA: hue angle of 210º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D1FA is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 209 250 -
CMYK 0.33 0.16 0 0.02
HSL 210º 0.89% 0.82% -
HSV(B) 210º 0.33% 0.98% -
XYZ 56.2 60.83 99.22 -
YUV 201.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 168 209 250 0.33 0.16 0 0.02 210 0.89 0.82
Hex A8 D1 FA 21 10 0 2 D2 59 52
Octal 250 321 372 41 20 0 2 322 131 122
Binary 10101000 11010001 11111010 100001 10000 0 10 11010010 1011001 1010010

Color Harmonies of #A8D1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D1FA

Black with #A8D1FA

Text Example


Text Example

White with #A8D1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D1FA; }

 p { color: rgb(168,209,250); }

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

background-color css

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

 a { background-color: rgb(168,209,250); }

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

border-color css

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

 span { border-color: rgb(168,209,250); }

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