#AFCBF2

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

Shades of Tropical Blue #AFCBF2

Tints of Tropical Blue #AFCBF2

Color information

#AFCBF2 (or 0xAFCBF2) is unknown color: approx Tropical Blue. HEX triplet: AF, CB and F2. RGB value is (175,203,242). Sum of RGB (Red+Green+Blue) = 175+203+242=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFCBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBF2 is #50340D. Grayscale: #C6C6C6. Windows color (decimal): -5256206 or 15911855. OLE color: 15911855.

HSL color Cylindrical-coordinate representation of color #AFCBF2: hue angle of 214.93º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCBF2 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175203242-
CMYK0.280.1600.05
HSL214.93º72.04%81.76%-
HSV(B)214.93º27.69%94.9%-
XYZ55.0658.2492.34-
YUV199.07152.22110.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 242 (94.92% from 255) = 39.03%
R=28.23%
G=32.74%
B=39.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752032420.280.1600.05214.9372.0481.76
HexAFCBF21C1005d74852
Octal257313362342005327110122
Binary101011111100101111110010111001000001011101011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBF2; }

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

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

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

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

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

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

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

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