Html Css Color HEX #AFC5FF Tropical Blue

📋 copy color: '#AFC5FF'

red 175 ◦ green 197 ◦ blue 255

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

Shades of Tropical Blue #AFC5FF

Tints of Tropical Blue #AFC5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.67%

R = 27.91%
G = 31.42%
B = 40.67%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFC5FF (or 0xAFC5FF) is known color: Tropical Blue. HEX triplet: AF, C5 and FF. RGB value is (175,197,255). Sum of RGB (Red+Green+Blue) = 175+197+255=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFC5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5FF is #503A00. Grayscale: #C4C4C4. Windows color (decimal): -5257729 or 16762287. OLE color: 16762287.

HSL color Cylindrical-coordinate representation of color #AFC5FF: hue angle of 223.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC5FF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 197 255 -
CMYK 0.31 0.23 0 0
HSL 223.5º 1% 0.84% -
HSV(B) 223.5º 0.31% 1% -
XYZ 55.7 56.27 102.53 -
YUV 197.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 175 197 255 0.31 0.23 0 0 223.5 1 0.84
Hex AF C5 FF 1F 17 0 0 E0 64 54
Octal 257 305 377 37 27 0 0 340 144 124
Binary 10101111 11000101 11111111 11111 10111 0 0 11100000 1100100 1010100

Color Harmonies of #AFC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5FF

Black with #AFC5FF

Text Example


Text Example

White with #AFC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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