#AFCFF8

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

Shades of Pale Cornflower Blue #AFCFF8

Tints of Pale Cornflower Blue #AFCFF8

Color information

#AFCFF8 (or 0xAFCFF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CF and F8. RGB value is (175,207,248). Sum of RGB (Red+Green+Blue) = 175+207+248=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFCFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFF8 is #503007. Grayscale: #C9C9C9. Windows color (decimal): -5255176 or 16306095. OLE color: 16306095.

HSL color Cylindrical-coordinate representation of color #AFCFF8: hue angle of 213.7º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFCFF8 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175207248-
CMYK0.290.1700.03
HSL213.7º83.91%82.94%-
HSV(B)213.7º29.44%97.25%-
XYZ56.9460.5297.49-
YUV202.11153.9108.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 248 (97.27% from 255) = 39.37%
R=27.78%
G=32.86%
B=39.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752072480.290.1700.03213.783.9182.94
HexAFCFF81D1103d65453
Octal257317370352103326124123
Binary10101111110011111111100011101100010111101011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFF8; }

 p { color: rgb(175,207,248); }

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

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

 a { background-color: rgb(175,207,248); }

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

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

 span { border-color: rgb(175,207,248); }

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