Html Css Color HEX #A8CCFD Pale Cornflower Blue

📋 copy color: '#A8CCFD'

red 168 ◦ green 204 ◦ blue 253

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

Shades of Pale Cornflower Blue #A8CCFD

Tints of Pale Cornflower Blue #A8CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.64%

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

R = 26.88%
G = 32.64%
B = 40.48%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8CCFD (or 0xA8CCFD) is known color: Pale Cornflower Blue. HEX triplet: A8, CC and FD. RGB value is (168,204,253). Sum of RGB (Red+Green+Blue) = 168+204+253=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8CCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCFD is #573302. Grayscale: #C6C6C6. Windows color (decimal): -5714691 or 16633000. OLE color: 16633000.

HSL color Cylindrical-coordinate representation of color #A8CCFD: hue angle of 214.59º 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 #A8CCFD is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 204 253 -
CMYK 0.34 0.19 0 0.01
HSL 214.59º 0.96% 0.83% -
HSV(B) 214.59º 0.34% 0.99% -
XYZ 55.47 58.6 101.32 -
YUV 198.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 168 204 253 0.34 0.19 0 0.01 214.59 0.96 0.83
Hex A8 CC FD 22 13 0 1 D7 60 53
Octal 250 314 375 42 23 0 1 327 140 123
Binary 10101000 11001100 11111101 100010 10011 0 1 11010111 1100000 1010011

Color Harmonies of #A8CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCFD

Black with #A8CCFD

Text Example


Text Example

White with #A8CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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