Html Css Color HEX #A8D0FE Pale Cornflower Blue

📋 copy color: '#A8D0FE'

red 168 ◦ green 208 ◦ blue 254

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

Shades of Pale Cornflower Blue #A8D0FE

Tints of Pale Cornflower Blue #A8D0FE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.02%

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 26.67%
G = 33.02%
B = 40.32%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A8D0FE (or 0xA8D0FE) is known color: Pale Cornflower Blue. HEX triplet: A8, D0 and FE. RGB value is (168,208,254). Sum of RGB (Red+Green+Blue) = 168+208+254=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0FE is #572F01. Grayscale: #C9C9C9. Windows color (decimal): -5713666 or 16699560. OLE color: 16699560.

HSL color Cylindrical-coordinate representation of color #A8D0FE: hue angle of 212.09º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D0FE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 208 254 -
CMYK 0.34 0.18 0 0.00
HSL 212.09º 0.98% 0.83% -
HSV(B) 212.09º 0.34% 1% -
XYZ 56.59 60.59 102.48 -
YUV 201.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 168 208 254 0.34 0.18 0 0.00 212.09 0.98 0.83
Hex A8 D0 FE 22 12 0 0 D4 62 53
Octal 250 320 376 42 22 0 0 324 142 123
Binary 10101000 11010000 11111110 100010 10010 0 0 11010100 1100010 1010011

Color Harmonies of #A8D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D0FE

Black with #A8D0FE

Text Example


Text Example

White with #A8D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D0FE; }

 p { color: rgb(168,208,254); }

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

background-color css

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

 a { background-color: rgb(168,208,254); }

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

border-color css

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

 span { border-color: rgb(168,208,254); }

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