Html Css Color HEX #AFC3ED Tropical Blue

📋 copy color: '#AFC3ED'

red 175 ◦ green 195 ◦ blue 237

#AFC3ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #AFC3ED

Tints of Tropical Blue #AFC3ED

RGB

 RED value IS 175 (68.75% from 255) = 28.83%

 GREEN value IS 195 (76.56% from 255) = 32.13%

 BLUE value IS 237 (92.97% from 255) = 39.04%

R = 28.83%
G = 32.13%
B = 39.04%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFC3ED (or 0xAFC3ED) is known color: Tropical Blue. HEX triplet: AF, C3 and ED. RGB value is (175,195,237). Sum of RGB (Red+Green+Blue) = 175+195+237=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFC3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3ED is #503C12. Grayscale: #C1C1C1. Windows color (decimal): -5258259 or 15582127. OLE color: 15582127.

HSL color Cylindrical-coordinate representation of color #AFC3ED: hue angle of 220.65º degrees, saturation: 0.63, 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 #AFC3ED is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 195 237 -
CMYK 0.26 0.18 0 0.07
HSL 220.65º 0.63% 0.81% -
HSV(B) 220.65º 0.26% 0.93% -
XYZ 52.48 54.26 87.83 -
YUV 193.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 175 195 237 0.26 0.18 0 0.07 220.65 0.63 0.81
Hex AF C3 ED 1A 12 0 7 DD 3F 51
Octal 257 303 355 32 22 0 7 335 77 121
Binary 10101111 11000011 11101101 11010 10010 0 111 11011101 111111 1010001

Color Harmonies of #AFC3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3ED

Black with #AFC3ED

Text Example


Text Example

White with #AFC3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3ED; }

 p { color: rgb(175,195,237); }

 H1.HeaderClassName
 {
   color: #AFC3ED;
 }
 .AnyTagClassName
 {
   color: #AFC3ED;
 }
</style>

background-color css

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

 a { background-color: rgb(175,195,237); }

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

border-color css

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

 span { border-color: rgb(175,195,237); }

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