Html Css Color HEX #A1CBFD Pale Cornflower Blue

📋 copy color: '#A1CBFD'

red 161 ◦ green 203 ◦ blue 253

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

Shades of Pale Cornflower Blue #A1CBFD

Tints of Pale Cornflower Blue #A1CBFD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.9%

 BLUE value IS 253 (99.22% from 255) = 41%

R = 26.09%
G = 32.9%
B = 41%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1CBFD (or 0xA1CBFD) is known color: Pale Cornflower Blue. HEX triplet: A1, CB and FD. RGB value is (161,203,253). Sum of RGB (Red+Green+Blue) = 161+203+253=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1CBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBFD is #5E3402. Grayscale: #C3C3C3. Windows color (decimal): -6173699 or 16632737. OLE color: 16632737.

HSL color Cylindrical-coordinate representation of color #A1CBFD: hue angle of 212.61º degrees, saturation: 0.96, 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 #A1CBFD is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 203 253 -
CMYK 0.36 0.20 0 0.01
HSL 212.61º 0.96% 0.81% -
HSV(B) 212.61º 0.36% 0.99% -
XYZ 53.78 57.38 101.17 -
YUV 196.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 161 203 253 0.36 0.20 0 0.01 212.61 0.96 0.81
Hex A1 CB FD 24 14 0 1 D5 60 51
Octal 241 313 375 44 24 0 1 325 140 121
Binary 10100001 11001011 11111101 100100 10100 0 1 11010101 1100000 1010001

Color Harmonies of #A1CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBFD

Black with #A1CBFD

Text Example


Text Example

White with #A1CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBFD; }

 p { color: rgb(161,203,253); }

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

background-color css

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

 a { background-color: rgb(161,203,253); }

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

border-color css

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

 span { border-color: rgb(161,203,253); }

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