Html Css Color HEX #A8D5F9 Pale Cornflower Blue

📋 copy color: '#A8D5F9'

red 168 ◦ green 213 ◦ blue 249

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

Shades of Pale Cornflower Blue #A8D5F9

Tints of Pale Cornflower Blue #A8D5F9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.81%

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

R = 26.67%
G = 33.81%
B = 39.52%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8D5F9 (or 0xA8D5F9) is known color: Pale Cornflower Blue. HEX triplet: A8, D5 and F9. RGB value is (168,213,249). Sum of RGB (Red+Green+Blue) = 168+213+249=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8D5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D5F9 is #572A06. Grayscale: #CBCBCB. Windows color (decimal): -5712391 or 16373160. OLE color: 16373160.

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

Color convert

RGB 168 213 249 -
CMYK 0.33 0.14 0 0.02
HSL 206.67º 0.87% 0.82% -
HSV(B) 206.67º 0.33% 0.98% -
XYZ 57.04 62.75 98.73 -
YUV 203.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 168 213 249 0.33 0.14 0 0.02 206.67 0.87 0.82
Hex A8 D5 F9 21 E 0 2 CF 57 52
Octal 250 325 371 41 16 0 2 317 127 122
Binary 10101000 11010101 11111001 100001 1110 0 10 11001111 1010111 1010010

Color Harmonies of #A8D5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5F9

Black with #A8D5F9

Text Example


Text Example

White with #A8D5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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