#AFCAFB

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

Shades of Tropical Blue #AFCAFB

Tints of Tropical Blue #AFCAFB

Color information

#AFCAFB (or 0xAFCAFB) is unknown color: approx Tropical Blue. HEX triplet: AF, CA and FB. RGB value is (175,202,251). Sum of RGB (Red+Green+Blue) = 175+202+251=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFCAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCAFB is #503504. Grayscale: #C7C7C7. Windows color (decimal): -5256453 or 16501423. OLE color: 16501423.

HSL color Cylindrical-coordinate representation of color #AFCAFB: hue angle of 218.68º 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 #AFCAFB is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175202251-
CMYK0.300.2000.02
HSL218.68º90.48%83.53%-
HSV(B)218.68º30.28%98.43%-
XYZ56.2158.3299.56-
YUV199.51157.05110.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=27.87%
G=32.17%
B=39.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752022510.300.2000.02218.6890.4883.53
HexAFCAFB1E1402db5a54
Octal257312373362402333132124
Binary10101111110010101111101111110101000101101101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAFB; }

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

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

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

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

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

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

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

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