Html Css Color HEX #A8D2FA Pale Cornflower Blue

📋 copy color: '#A8D2FA'

red 168 ◦ green 210 ◦ blue 250

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

Shades of Pale Cornflower Blue #A8D2FA

Tints of Pale Cornflower Blue #A8D2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.44%

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

R = 26.75%
G = 33.44%
B = 39.81%

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

#A8D2FA (or 0xA8D2FA) is known color: Pale Cornflower Blue. HEX triplet: A8, D2 and FA. RGB value is (168,210,250). Sum of RGB (Red+Green+Blue) = 168+210+250=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D2FA is #572D05. Grayscale: #C9C9C9. Windows color (decimal): -5713158 or 16437928. OLE color: 16437928.

HSL color Cylindrical-coordinate representation of color #A8D2FA: hue angle of 209.27º 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 #A8D2FA is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

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

Color Harmonies of #A8D2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D2FA

Black with #A8D2FA

Text Example


Text Example

White with #A8D2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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