#AFCBFB

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

Shades of Pale Cornflower Blue #AFCBFB

Tints of Pale Cornflower Blue #AFCBFB

Color information

#AFCBFB (or 0xAFCBFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CB and FB. RGB value is (175,203,251). Sum of RGB (Red+Green+Blue) = 175+203+251=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFCBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBFB is #503404. Grayscale: #C7C7C7. Windows color (decimal): -5256197 or 16501679. OLE color: 16501679.

HSL color Cylindrical-coordinate representation of color #AFCBFB: hue angle of 217.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFCBFB is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175203251-
CMYK0.300.1900.02
HSL217.89º90.48%83.53%-
HSV(B)217.89º30.28%98.43%-
XYZ56.4558.7999.64-
YUV200.1156.72110.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=27.82%
G=32.27%
B=39.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752032510.300.1900.02217.8990.4883.53
HexAFCBFB1E1302da5a54
Octal257313373362302332132124
Binary10101111110010111111101111110100110101101101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBFB; }

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

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

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

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

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

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

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

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