#AFD0FE

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

Shades of Pale Cornflower Blue #AFD0FE

Tints of Pale Cornflower Blue #AFD0FE

Color information

#AFD0FE (or 0xAFD0FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D0 and FE. RGB value is (175,208,254). Sum of RGB (Red+Green+Blue) = 175+208+254=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFD0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD0FE is #502F01. Grayscale: #CBCBCB. Windows color (decimal): -5254914 or 16699567. OLE color: 16699567.

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

Color convert

RGB175208254-
CMYK0.310.1800.00
HSL214.94º97.53%84.12%-
HSV(B)214.94º31.1%99.61%-
XYZ58.1261.38102.55-
YUV203.38156.57107.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 208 (81.64% from 255) = 32.65%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=27.47%
G=32.65%
B=39.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752082540.310.1800.00214.9497.5384.12
HexAFD0FE1F1200d76254
Octal257320376372200327142124
Binary1010111111010000111111101111110010001101011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0FE; }

 p { color: rgb(175,208,254); }

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

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

 a { background-color: rgb(175,208,254); }

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

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

 span { border-color: rgb(175,208,254); }

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