Html Css Color HEX #AFC3EB Tropical Blue

📋 copy color: '#AFC3EB'

red 175 ◦ green 195 ◦ blue 235

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

Shades of Tropical Blue #AFC3EB

Tints of Tropical Blue #AFC3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.84%

R = 28.93%
G = 32.23%
B = 38.84%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFC3EB (or 0xAFC3EB) is known color: Tropical Blue. HEX triplet: AF, C3 and EB. RGB value is (175,195,235). Sum of RGB (Red+Green+Blue) = 175+195+235=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3EB is #503C14. Grayscale: #C1C1C1. Windows color (decimal): -5258261 or 15451055. OLE color: 15451055.

HSL color Cylindrical-coordinate representation of color #AFC3EB: hue angle of 220º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC3EB is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 195 235 -
CMYK 0.26 0.17 0 0.08
HSL 220º 0.6% 0.8% -
HSV(B) 220º 0.26% 0.92% -
XYZ 52.19 54.14 86.3 -
YUV 193.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 175 195 235 0.26 0.17 0 0.08 220 0.6 0.8
Hex AF C3 EB 1A 11 0 8 DC 3C 50
Octal 257 303 353 32 21 0 10 334 74 120
Binary 10101111 11000011 11101011 11010 10001 0 1000 11011100 111100 1010000

Color Harmonies of #AFC3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3EB

Black with #AFC3EB

Text Example


Text Example

White with #AFC3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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