Html Css Color HEX #A1D0FC Pale Cornflower Blue

📋 copy color: '#A1D0FC'

red 161 ◦ green 208 ◦ blue 252

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

Shades of Pale Cornflower Blue #A1D0FC

Tints of Pale Cornflower Blue #A1D0FC

RGB

 RED value IS 161 (63.28% from 255) = 25.93%

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

 BLUE value IS 252 (98.83% from 255) = 40.58%

R = 25.93%
G = 33.49%
B = 40.58%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1D0FC (or 0xA1D0FC) is known color: Pale Cornflower Blue. HEX triplet: A1, D0 and FC. RGB value is (161,208,252). Sum of RGB (Red+Green+Blue) = 161+208+252=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1D0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D0FC is #5E2F03. Grayscale: #C6C6C6. Windows color (decimal): -6172420 or 16568481. OLE color: 16568481.

HSL color Cylindrical-coordinate representation of color #A1D0FC: hue angle of 209.01º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1D0FC is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 208 252 -
CMYK 0.36 0.17 0 0.01
HSL 209.01º 0.94% 0.81% -
HSV(B) 209.01º 0.36% 0.99% -
XYZ 54.82 59.72 100.73 -
YUV 198.96 157.93 100.92 -
System Red Green Blue C M Y K H S L
Decimal 161 208 252 0.36 0.17 0 0.01 209.01 0.94 0.81
Hex A1 D0 FC 24 11 0 1 D1 5E 51
Octal 241 320 374 44 21 0 1 321 136 121
Binary 10100001 11010000 11111100 100100 10001 0 1 11010001 1011110 1010001

Color Harmonies of #A1D0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D0FC

Black with #A1D0FC

Text Example


Text Example

White with #A1D0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D0FC; }

 p { color: rgb(161,208,252); }

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

background-color css

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

 a { background-color: rgb(161,208,252); }

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

border-color css

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

 span { border-color: rgb(161,208,252); }

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