#AFDBF7

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

Shades of Pale Cornflower Blue #AFDBF7

Tints of Pale Cornflower Blue #AFDBF7

Color information

#AFDBF7 (or 0xAFDBF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, DB and F7. RGB value is (175,219,247). Sum of RGB (Red+Green+Blue) = 175+219+247=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFDBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBF7 is #502408. Grayscale: #D0D0D0. Windows color (decimal): -5252105 or 16243631. OLE color: 16243631.

HSL color Cylindrical-coordinate representation of color #AFDBF7: hue angle of 203.33º degrees, saturation: 0.82, 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 #AFDBF7 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175219247-
CMYK0.290.1100.03
HSL203.33º81.82%82.75%-
HSV(B)203.33º29.15%96.86%-
XYZ59.866.4997.68-
YUV209.04149.42103.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.30%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=27.30%
G=34.17%
B=38.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752192470.290.1100.03203.3381.8282.75
HexAFDBF71DB03cb5253
Octal257333367351303313122123
Binary1010111111011011111101111110110110111100101110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBF7; }

 p { color: rgb(175,219,247); }

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

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

 a { background-color: rgb(175,219,247); }

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

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

 span { border-color: rgb(175,219,247); }

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