Html Css Color HEX #A8D3F9 Pale Cornflower Blue

📋 copy color: '#A8D3F9'

red 168 ◦ green 211 ◦ blue 249

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

Shades of Pale Cornflower Blue #A8D3F9

Tints of Pale Cornflower Blue #A8D3F9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.6%

 BLUE value IS 249 (97.66% from 255) = 39.65%

R = 26.75%
G = 33.6%
B = 39.65%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8D3F9 (or 0xA8D3F9) is known color: Pale Cornflower Blue. HEX triplet: A8, D3 and F9. RGB value is (168,211,249). Sum of RGB (Red+Green+Blue) = 168+211+249=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8D3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D3F9 is #572C06. Grayscale: #CACACA. Windows color (decimal): -5712903 or 16372648. OLE color: 16372648.

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

Color convert

RGB 168 211 249 -
CMYK 0.33 0.15 0 0.02
HSL 208.15º 0.87% 0.82% -
HSV(B) 208.15º 0.33% 0.98% -
XYZ 56.54 61.75 98.56 -
YUV 202.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 168 211 249 0.33 0.15 0 0.02 208.15 0.87 0.82
Hex A8 D3 F9 21 F 0 2 D0 57 52
Octal 250 323 371 41 17 0 2 320 127 122
Binary 10101000 11010011 11111001 100001 1111 0 10 11010000 1010111 1010010

Color Harmonies of #A8D3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D3F9

Black with #A8D3F9

Text Example


Text Example

White with #A8D3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D3F9; }

 p { color: rgb(168,211,249); }

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

background-color css

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

 a { background-color: rgb(168,211,249); }

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

border-color css

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

 span { border-color: rgb(168,211,249); }

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