Html Css Color HEX #AFC5E9 Tropical Blue

📋 copy color: '#AFC5E9'

red 175 ◦ green 197 ◦ blue 233

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

Shades of Tropical Blue #AFC5E9

Tints of Tropical Blue #AFC5E9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.56%

 BLUE value IS 233 (91.41% from 255) = 38.51%

R = 28.93%
G = 32.56%
B = 38.51%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFC5E9 (or 0xAFC5E9) is known color: Tropical Blue. HEX triplet: AF, C5 and E9. RGB value is (175,197,233). Sum of RGB (Red+Green+Blue) = 175+197+233=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFC5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5E9 is #503A16. Grayscale: #C2C2C2. Windows color (decimal): -5257751 or 15320495. OLE color: 15320495.

HSL color Cylindrical-coordinate representation of color #AFC5E9: hue angle of 217.24º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC5E9 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 197 233 -
CMYK 0.25 0.15 0 0.09
HSL 217.24º 0.57% 0.8% -
HSV(B) 217.24º 0.25% 0.91% -
XYZ 52.35 54.93 84.93 -
YUV 194.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 175 197 233 0.25 0.15 0 0.09 217.24 0.57 0.8
Hex AF C5 E9 19 F 0 9 D9 39 50
Octal 257 305 351 31 17 0 11 331 71 120
Binary 10101111 11000101 11101001 11001 1111 0 1001 11011001 111001 1010000

Color Harmonies of #AFC5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5E9

Black with #AFC5E9

Text Example


Text Example

White with #AFC5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5E9; }

 p { color: rgb(175,197,233); }

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

background-color css

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

 a { background-color: rgb(175,197,233); }

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

border-color css

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

 span { border-color: rgb(175,197,233); }

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