Html Css Color HEX #AFC7F5 Tropical Blue

📋 copy color: '#AFC7F5'

red 175 ◦ green 199 ◦ blue 245

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

Shades of Tropical Blue #AFC7F5

Tints of Tropical Blue #AFC7F5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.15%

 BLUE value IS 245 (96.09% from 255) = 39.58%

R = 28.27%
G = 32.15%
B = 39.58%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFC7F5 (or 0xAFC7F5) is known color: Tropical Blue. HEX triplet: AF, C7 and F5. RGB value is (175,199,245). Sum of RGB (Red+Green+Blue) = 175+199+245=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 245 (96.09% from 255 or 39.58% from 619); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFC7F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7F5 is #50380A. Grayscale: #C4C4C4. Windows color (decimal): -5257227 or 16107439. OLE color: 16107439.

HSL color Cylindrical-coordinate representation of color #AFC7F5: hue angle of 219.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC7F5 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 199 245 -
CMYK 0.29 0.19 0 0.04
HSL 219.43º 0.78% 0.82% -
HSV(B) 219.43º 0.29% 0.96% -
XYZ 54.58 56.55 94.43 -
YUV 197.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 175 199 245 0.29 0.19 0 0.04 219.43 0.78 0.82
Hex AF C7 F5 1D 13 0 4 DB 4E 52
Octal 257 307 365 35 23 0 4 333 116 122
Binary 10101111 11000111 11110101 11101 10011 0 100 11011011 1001110 1010010

Color Harmonies of #AFC7F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC7F5

Black with #AFC7F5

Text Example


Text Example

White with #AFC7F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC7F5; }

 p { color: rgb(175,199,245); }

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

background-color css

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

 a { background-color: rgb(175,199,245); }

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

border-color css

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

 span { border-color: rgb(175,199,245); }

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