#AFCAFF

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

Shades of Pale Cornflower Blue #AFCAFF

Tints of Pale Cornflower Blue #AFCAFF

Color information

#AFCAFF (or 0xAFCAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CA and FF. RGB value is (175,202,255). Sum of RGB (Red+Green+Blue) = 175+202+255=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCAFF is #503500. Grayscale: #C7C7C7. Windows color (decimal): -5256449 or 16763567. OLE color: 16763567.

HSL color Cylindrical-coordinate representation of color #AFCAFF: hue angle of 219.75º 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 #AFCAFF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175202255-
CMYK0.310.2100
HSL219.75º100%84.31%-
HSV(B)219.75º31.37%100%-
XYZ56.8558.58102.92-
YUV199.97159.05110.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 255 (100% from 255) = 40.35%
R=27.69%
G=31.96%
B=40.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752022550.310.2100219.7510084.31
HexAFCAFF1F1500dc6454
Octal257312377372500334144124
Binary1010111111001010111111111111110101001101110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAFF; }

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

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

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

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

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

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

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

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