Html Css Color HEX #ABCAFD Pale Cornflower Blue

📋 copy color: '#ABCAFD'

red 171 ◦ green 202 ◦ blue 253

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

Shades of Pale Cornflower Blue #ABCAFD

Tints of Pale Cornflower Blue #ABCAFD

RGB

 RED value IS 171 (67.19% from 255) = 27.32%

 GREEN value IS 202 (79.3% from 255) = 32.27%

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

R = 27.32%
G = 32.27%
B = 40.42%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABCAFD (or 0xABCAFD) is known color: Pale Cornflower Blue. HEX triplet: AB, CA and FD. RGB value is (171,202,253). Sum of RGB (Red+Green+Blue) = 171+202+253=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABCAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAFD is #543502. Grayscale: #C6C6C6. Windows color (decimal): -5518595 or 16632491. OLE color: 16632491.

HSL color Cylindrical-coordinate representation of color #ABCAFD: hue angle of 217.32º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCAFD is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 202 253 -
CMYK 0.32 0.20 0 0.01
HSL 217.32º 0.95% 0.83% -
HSV(B) 217.32º 0.32% 0.99% -
XYZ 55.64 57.99 101.19 -
YUV 198.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 171 202 253 0.32 0.20 0 0.01 217.32 0.95 0.83
Hex AB CA FD 20 14 0 1 D9 5F 53
Octal 253 312 375 40 24 0 1 331 137 123
Binary 10101011 11001010 11111101 100000 10100 0 1 11011001 1011111 1010011

Color Harmonies of #ABCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAFD

Black with #ABCAFD

Text Example


Text Example

White with #ABCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAFD; }

 p { color: rgb(171,202,253); }

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

background-color css

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

 a { background-color: rgb(171,202,253); }

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

border-color css

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

 span { border-color: rgb(171,202,253); }

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