Html Css Color HEX #A8D5FC Pale Cornflower Blue

📋 copy color: '#A8D5FC'

red 168 ◦ green 213 ◦ blue 252

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

Shades of Pale Cornflower Blue #A8D5FC

Tints of Pale Cornflower Blue #A8D5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.81%

R = 26.54%
G = 33.65%
B = 39.81%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8D5FC (or 0xA8D5FC) is known color: Pale Cornflower Blue. HEX triplet: A8, D5 and FC. RGB value is (168,213,252). Sum of RGB (Red+Green+Blue) = 168+213+252=633 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.54% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8D5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D5FC is #572A03. Grayscale: #CBCBCB. Windows color (decimal): -5712388 or 16569768. OLE color: 16569768.

HSL color Cylindrical-coordinate representation of color #A8D5FC: hue angle of 207.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D5FC is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 213 252 -
CMYK 0.33 0.15 0 0.01
HSL 207.86º 0.93% 0.82% -
HSV(B) 207.86º 0.33% 0.99% -
XYZ 57.51 62.94 101.21 -
YUV 203.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 168 213 252 0.33 0.15 0 0.01 207.86 0.93 0.82
Hex A8 D5 FC 21 F 0 1 D0 5D 52
Octal 250 325 374 41 17 0 1 320 135 122
Binary 10101000 11010101 11111100 100001 1111 0 1 11010000 1011101 1010010

Color Harmonies of #A8D5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5FC

Black with #A8D5FC

Text Example


Text Example

White with #A8D5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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