#AFDAFE

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

Shades of Pale Cornflower Blue #AFDAFE

Tints of Pale Cornflower Blue #AFDAFE

Color information

#AFDAFE (or 0xAFDAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, DA and FE. RGB value is (175,218,254). Sum of RGB (Red+Green+Blue) = 175+218+254=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDAFE is #502501. Grayscale: #D1D1D1. Windows color (decimal): -5252354 or 16702127. OLE color: 16702127.

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

Color convert

RGB175218254-
CMYK0.310.1400.00
HSL207.34º97.53%84.12%-
HSV(B)207.34º31.1%99.61%-
XYZ60.6466.41103.39-
YUV209.25153.25103.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=27.05%
G=33.69%
B=39.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752182540.310.1400.00207.3497.5384.12
HexAFDAFE1FE00cf6254
Octal257332376371600317142124
Binary101011111101101011111110111111110001100111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAFE; }

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

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

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

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

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

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

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

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