Html Css Color HEX #A1D0FE Pale Cornflower Blue

📋 copy color: '#A1D0FE'

red 161 ◦ green 208 ◦ blue 254

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

Shades of Pale Cornflower Blue #A1D0FE

Tints of Pale Cornflower Blue #A1D0FE

RGB

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

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

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

R = 25.84%
G = 33.39%
B = 40.77%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A1D0FE (or 0xA1D0FE) is known color: Pale Cornflower Blue. HEX triplet: A1, D0 and FE. RGB value is (161,208,254). Sum of RGB (Red+Green+Blue) = 161+208+254=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D0FE is #5E2F01. Grayscale: #C6C6C6. Windows color (decimal): -6172418 or 16699553. OLE color: 16699553.

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

Color convert

RGB 161 208 254 -
CMYK 0.37 0.18 0 0.00
HSL 209.68º 0.98% 0.81% -
HSV(B) 209.68º 0.37% 1% -
XYZ 55.14 59.84 102.41 -
YUV 199.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 161 208 254 0.37 0.18 0 0.00 209.68 0.98 0.81
Hex A1 D0 FE 25 12 0 0 D2 62 51
Octal 241 320 376 45 22 0 0 322 142 121
Binary 10100001 11010000 11111110 100101 10010 0 0 11010010 1100010 1010001

Color Harmonies of #A1D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D0FE

Black with #A1D0FE

Text Example


Text Example

White with #A1D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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