Html Css Color HEX #A8D0F8 Pale Cornflower Blue

📋 copy color: '#A8D0F8'

red 168 ◦ green 208 ◦ blue 248

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

Shades of Pale Cornflower Blue #A8D0F8

Tints of Pale Cornflower Blue #A8D0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.74%

R = 26.92%
G = 33.33%
B = 39.74%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A8D0F8 (or 0xA8D0F8) is known color: Pale Cornflower Blue. HEX triplet: A8, D0 and F8. RGB value is (168,208,248). Sum of RGB (Red+Green+Blue) = 168+208+248=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #A8D0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0F8 is #572F07. Grayscale: #C8C8C8. Windows color (decimal): -5713672 or 16306344. OLE color: 16306344.

HSL color Cylindrical-coordinate representation of color #A8D0F8: hue angle of 210º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8D0F8 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 208 248 -
CMYK 0.32 0.16 0 0.03
HSL 210º 0.85% 0.82% -
HSV(B) 210º 0.32% 0.97% -
XYZ 55.65 60.21 97.5 -
YUV 200.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 168 208 248 0.32 0.16 0 0.03 210 0.85 0.82
Hex A8 D0 F8 20 10 0 3 D2 55 52
Octal 250 320 370 40 20 0 3 322 125 122
Binary 10101000 11010000 11111000 100000 10000 0 11 11010010 1010101 1010010

Color Harmonies of #A8D0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D0F8

Black with #A8D0F8

Text Example


Text Example

White with #A8D0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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