Html Css Color HEX #A8CDFD Pale Cornflower Blue

📋 copy color: '#A8CDFD'

red 168 ◦ green 205 ◦ blue 253

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

Shades of Pale Cornflower Blue #A8CDFD

Tints of Pale Cornflower Blue #A8CDFD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.75%

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

R = 26.84%
G = 32.75%
B = 40.42%

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

#A8CDFD (or 0xA8CDFD) is known color: Pale Cornflower Blue. HEX triplet: A8, CD and FD. RGB value is (168,205,253). Sum of RGB (Red+Green+Blue) = 168+205+253=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8CDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDFD is #573202. Grayscale: #C7C7C7. Windows color (decimal): -5714435 or 16633256. OLE color: 16633256.

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

Color convert

RGB 168 205 253 -
CMYK 0.34 0.19 0 0.01
HSL 213.88º 0.96% 0.83% -
HSV(B) 213.88º 0.34% 0.99% -
XYZ 55.71 59.08 101.4 -
YUV 199.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 168 205 253 0.34 0.19 0 0.01 213.88 0.96 0.83
Hex A8 CD FD 22 13 0 1 D6 60 53
Octal 250 315 375 42 23 0 1 326 140 123
Binary 10101000 11001101 11111101 100010 10011 0 1 11010110 1100000 1010011

Color Harmonies of #A8CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CDFD

Black with #A8CDFD

Text Example


Text Example

White with #A8CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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