#AFC8FF

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

Shades of Tropical Blue #AFC8FF

Tints of Tropical Blue #AFC8FF

Color information

#AFC8FF (or 0xAFC8FF) is unknown color: approx Tropical Blue. HEX triplet: AF, C8 and FF. RGB value is (175,200,255). Sum of RGB (Red+Green+Blue) = 175+200+255=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8FF is #503700. Grayscale: #C6C6C6. Windows color (decimal): -5256961 or 16763055. OLE color: 16763055.

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

Color convert

RGB175200255-
CMYK0.310.2200
HSL221.25º100%84.31%-
HSV(B)221.25º31.37%100%-
XYZ56.3857.64102.76-
YUV198.8159.72111.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 200 (78.52% from 255) = 31.75%
BLUE value IS 255 (100% from 255) = 40.48%
R=27.78%
G=31.75%
B=40.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752002550.310.2200221.2510084.31
HexAFC8FF1F1600dd6454
Octal257310377372600335144124
Binary1010111111001000111111111111110110001101110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8FF; }

 p { color: rgb(175,200,255); }

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

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

 a { background-color: rgb(175,200,255); }

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

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

 span { border-color: rgb(175,200,255); }

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