#AFCBFD

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

Shades of Pale Cornflower Blue #AFCBFD

Tints of Pale Cornflower Blue #AFCBFD

Color information

#AFCBFD (or 0xAFCBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CB and FD. RGB value is (175,203,253). Sum of RGB (Red+Green+Blue) = 175+203+253=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFCBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBFD is #503402. Grayscale: #C8C8C8. Windows color (decimal): -5256195 or 16632751. OLE color: 16632751.

HSL color Cylindrical-coordinate representation of color #AFCBFD: hue angle of 218.46º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFCBFD is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175203253-
CMYK0.310.2000.01
HSL218.46º95.12%83.92%-
HSV(B)218.46º30.83%99.22%-
XYZ56.7658.92101.31-
YUV200.33157.72109.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=27.73%
G=32.17%
B=40.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752032530.310.2000.01218.4695.1283.92
HexAFCBFD1F1401da5f54
Octal257313375372401332137124
Binary1010111111001011111111011111110100011101101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBFD; }

 p { color: rgb(175,203,253); }

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

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

 a { background-color: rgb(175,203,253); }

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

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

 span { border-color: rgb(175,203,253); }

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