#AFCDFF

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

Shades of Pale Cornflower Blue #AFCDFF

Tints of Pale Cornflower Blue #AFCDFF

Color information

#AFCDFF (or 0xAFCDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and FF. RGB value is (175,205,255). Sum of RGB (Red+Green+Blue) = 175+205+255=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDFF is #503200. Grayscale: #C9C9C9. Windows color (decimal): -5255681 or 16764335. OLE color: 16764335.

HSL color Cylindrical-coordinate representation of color #AFCDFF: hue angle of 217.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFCDFF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175205255-
CMYK0.310.2000
HSL217.5º100%84.31%-
HSV(B)217.5º31.37%100%-
XYZ57.5660103.15-
YUV201.73158.06108.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.56%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 255 (100% from 255) = 40.16%
R=27.56%
G=32.28%
B=40.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752052550.310.2000217.510084.31
HexAFCDFF1F1400da6454
Octal257315377372400332144124
Binary1010111111001101111111111111110100001101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDFF; }

 p { color: rgb(175,205,255); }

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

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

 a { background-color: rgb(175,205,255); }

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

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

 span { border-color: rgb(175,205,255); }

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