#AFCBF4

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

Shades of Tropical Blue #AFCBF4

Tints of Tropical Blue #AFCBF4

Color information

#AFCBF4 (or 0xAFCBF4) is unknown color: approx Tropical Blue. HEX triplet: AF, CB and F4. RGB value is (175,203,244). Sum of RGB (Red+Green+Blue) = 175+203+244=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFCBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBF4 is #50340B. Grayscale: #C7C7C7. Windows color (decimal): -5256204 or 16042927. OLE color: 16042927.

HSL color Cylindrical-coordinate representation of color #AFCBF4: hue angle of 215.65º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCBF4 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175203244-
CMYK0.280.1700.04
HSL215.65º75.82%82.16%-
HSV(B)215.65º28.28%95.69%-
XYZ55.3658.3693.93-
YUV199.3153.22110.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 244 (95.70% from 255) = 39.23%
R=28.14%
G=32.64%
B=39.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752032440.280.1700.04215.6575.8282.16
HexAFCBF41C1104d84c52
Octal257313364342104330114122
Binary101011111100101111110100111001000101001101100010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBF4; }

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

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

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

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

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

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

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

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