Html Css Color HEX #A5D1FA Pale Cornflower Blue

📋 copy color: '#A5D1FA'

red 165 ◦ green 209 ◦ blue 250

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

Shades of Pale Cornflower Blue #A5D1FA

Tints of Pale Cornflower Blue #A5D1FA

RGB

 RED value IS 165 (64.84% from 255) = 26.44%

 GREEN value IS 209 (82.03% from 255) = 33.49%

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

R = 26.44%
G = 33.49%
B = 40.06%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5D1FA (or 0xA5D1FA) is known color: Pale Cornflower Blue. HEX triplet: A5, D1 and FA. RGB value is (165,209,250). Sum of RGB (Red+Green+Blue) = 165+209+250=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D1FA is #5A2E05. Grayscale: #C8C8C8. Windows color (decimal): -5910022 or 16437669. OLE color: 16437669.

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

Color convert

RGB 165 209 250 -
CMYK 0.34 0.16 0 0.02
HSL 208.94º 0.89% 0.81% -
HSV(B) 208.94º 0.34% 0.98% -
XYZ 55.57 60.5 99.19 -
YUV 200.52 155.92 102.67 -
System Red Green Blue C M Y K H S L
Decimal 165 209 250 0.34 0.16 0 0.02 208.94 0.89 0.81
Hex A5 D1 FA 22 10 0 2 D1 59 51
Octal 245 321 372 42 20 0 2 321 131 121
Binary 10100101 11010001 11111010 100010 10000 0 10 11010001 1011001 1010001

Color Harmonies of #A5D1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D1FA

Black with #A5D1FA

Text Example


Text Example

White with #A5D1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D1FA; }

 p { color: rgb(165,209,250); }

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

background-color css

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

 a { background-color: rgb(165,209,250); }

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

border-color css

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

 span { border-color: rgb(165,209,250); }

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