Html Css Color HEX #AFC5F9 Tropical Blue

📋 copy color: '#AFC5F9'

red 175 ◦ green 197 ◦ blue 249

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

Shades of Tropical Blue #AFC5F9

Tints of Tropical Blue #AFC5F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.1%

R = 28.18%
G = 31.72%
B = 40.1%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFC5F9 (or 0xAFC5F9) is known color: Tropical Blue. HEX triplet: AF, C5 and F9. RGB value is (175,197,249). Sum of RGB (Red+Green+Blue) = 175+197+249=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFC5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5F9 is #503A06. Grayscale: #C4C4C4. Windows color (decimal): -5257735 or 16369071. OLE color: 16369071.

HSL color Cylindrical-coordinate representation of color #AFC5F9: hue angle of 222.16º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC5F9 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 197 249 -
CMYK 0.30 0.21 0 0.02
HSL 222.16º 0.86% 0.83% -
HSV(B) 222.16º 0.3% 0.98% -
XYZ 54.74 55.89 97.52 -
YUV 196.35 157.71 112.77 -
System Red Green Blue C M Y K H S L
Decimal 175 197 249 0.30 0.21 0 0.02 222.16 0.86 0.83
Hex AF C5 F9 1E 15 0 2 DE 56 53
Octal 257 305 371 36 25 0 2 336 126 123
Binary 10101111 11000101 11111001 11110 10101 0 10 11011110 1010110 1010011

Color Harmonies of #AFC5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5F9

Black with #AFC5F9

Text Example


Text Example

White with #AFC5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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