Html Css Color HEX #A8D0FA Pale Cornflower Blue

📋 copy color: '#A8D0FA'

red 168 ◦ green 208 ◦ blue 250

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

Shades of Pale Cornflower Blue #A8D0FA

Tints of Pale Cornflower Blue #A8D0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.94%

R = 26.84%
G = 33.23%
B = 39.94%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8D0FA (or 0xA8D0FA) is known color: Pale Cornflower Blue. HEX triplet: A8, D0 and FA. RGB value is (168,208,250). Sum of RGB (Red+Green+Blue) = 168+208+250=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0FA is #572F05. Grayscale: #C8C8C8. Windows color (decimal): -5713670 or 16437416. OLE color: 16437416.

HSL color Cylindrical-coordinate representation of color #A8D0FA: hue angle of 210.73º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D0FA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 208 250 -
CMYK 0.33 0.17 0 0.02
HSL 210.73º 0.89% 0.82% -
HSV(B) 210.73º 0.33% 0.98% -
XYZ 55.96 60.34 99.14 -
YUV 200.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 168 208 250 0.33 0.17 0 0.02 210.73 0.89 0.82
Hex A8 D0 FA 21 11 0 2 D3 59 52
Octal 250 320 372 41 21 0 2 323 131 122
Binary 10101000 11010000 11111010 100001 10001 0 10 11010011 1011001 1010010

Color Harmonies of #A8D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D0FA

Black with #A8D0FA

Text Example


Text Example

White with #A8D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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