#AFCBEE

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

Shades of Tropical Blue #AFCBEE

Tints of Tropical Blue #AFCBEE

Color information

#AFCBEE (or 0xAFCBEE) is unknown color: approx Tropical Blue. HEX triplet: AF, CB and EE. RGB value is (175,203,238). Sum of RGB (Red+Green+Blue) = 175+203+238=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFCBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBEE is #503411. Grayscale: #C6C6C6. Windows color (decimal): -5256210 or 15649711. OLE color: 15649711.

HSL color Cylindrical-coordinate representation of color #AFCBEE: hue angle of 213.33º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCBEE is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175203238-
CMYK0.260.1500.07
HSL213.33º64.95%80.98%-
HSV(B)213.33º26.47%93.33%-
XYZ54.475889.21-
YUV198.62150.22111.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=28.41%
G=32.95%
B=38.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752032380.260.1500.07213.3364.9580.98
HexAFCBEE1AF07d54151
Octal257313356321707325101121
Binary10101111110010111110111011010111101111101010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBEE; }

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

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

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

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

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

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

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

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