#ABCBFD

Color #ABCBFD Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #ABCBFD

Tints of Pale Cornflower Blue #ABCBFD

Color information

#ABCBFD (or 0xABCBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CB and FD. RGB value is (171,203,253). Sum of RGB (Red+Green+Blue) = 171+203+253=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABCBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCBFD is #543402. Grayscale: #C6C6C6. Windows color (decimal): -5518339 or 16632747. OLE color: 16632747.

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

Color convert

RGB171203253-
CMYK0.320.2000.01
HSL216.59º95.35%83.14%-
HSV(B)216.59º32.41%99.22%-
XYZ55.8858.46101.27-
YUV199.13158.4107.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.27%
GREEN value IS 203 (79.69% from 255) = 32.38%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=27.27%
G=32.38%
B=40.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712032530.320.2000.01216.5995.3583.14
HexABCBFD201401d95f53
Octal253313375402401331137123
Binary10101011110010111111110110000010100011101100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBFD; }

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

 H1.HeaderClassName
 {
   color: #ABCBFD;
 }
 .AnyTagClassName
 {
   color: #ABCBFD;
 }
</style>
background-color css

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

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

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

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

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

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