#AFDBF6

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

Shades of Pale Cornflower Blue #AFDBF6

Tints of Pale Cornflower Blue #AFDBF6

Color information

#AFDBF6 (or 0xAFDBF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, DB and F6. RGB value is (175,219,246). Sum of RGB (Red+Green+Blue) = 175+219+246=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFDBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBF6 is #502409. Grayscale: #D0D0D0. Windows color (decimal): -5252106 or 16178095. OLE color: 16178095.

HSL color Cylindrical-coordinate representation of color #AFDBF6: hue angle of 202.82º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDBF6 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175219246-
CMYK0.290.1100.04
HSL202.82º79.78%82.55%-
HSV(B)202.82º28.86%96.47%-
XYZ59.6566.4396.87-
YUV208.92148.92103.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.34%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 246 (96.48% from 255) = 38.44%
R=27.34%
G=34.22%
B=38.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752192460.290.1100.04202.8279.7882.55
HexAFDBF61DB04cb5053
Octal257333366351304313120123
Binary10101111110110111111011011101101101001100101110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBF6; }

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

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

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

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

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

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

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

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