Html Css Color HEX #A8D6FD Pale Cornflower Blue

📋 copy color: '#A8D6FD'

red 168 ◦ green 214 ◦ blue 253

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

Shades of Pale Cornflower Blue #A8D6FD

Tints of Pale Cornflower Blue #A8D6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.7%

 BLUE value IS 253 (99.22% from 255) = 39.84%

R = 26.46%
G = 33.7%
B = 39.84%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8D6FD (or 0xA8D6FD) is known color: Pale Cornflower Blue. HEX triplet: A8, D6 and FD. RGB value is (168,214,253). Sum of RGB (Red+Green+Blue) = 168+214+253=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8D6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D6FD is #572902. Grayscale: #CCCCCC. Windows color (decimal): -5712131 or 16635560. OLE color: 16635560.

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

Color convert

RGB 168 214 253 -
CMYK 0.34 0.15 0 0.01
HSL 207.53º 0.96% 0.83% -
HSV(B) 207.53º 0.34% 0.99% -
XYZ 57.92 63.51 102.13 -
YUV 204.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 168 214 253 0.34 0.15 0 0.01 207.53 0.96 0.83
Hex A8 D6 FD 22 F 0 1 D0 60 53
Octal 250 326 375 42 17 0 1 320 140 123
Binary 10101000 11010110 11111101 100010 1111 0 1 11010000 1100000 1010011

Color Harmonies of #A8D6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D6FD

Black with #A8D6FD

Text Example


Text Example

White with #A8D6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D6FD; }

 p { color: rgb(168,214,253); }

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

background-color css

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

 a { background-color: rgb(168,214,253); }

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

border-color css

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

 span { border-color: rgb(168,214,253); }

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