Html Css Color HEX #AFC5FA Tropical Blue

📋 copy color: '#AFC5FA'

red 175 ◦ green 197 ◦ blue 250

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

Shades of Tropical Blue #AFC5FA

Tints of Tropical Blue #AFC5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.19%

R = 28.14%
G = 31.67%
B = 40.19%

CMYK

 C value IS 0.3

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFC5FA (or 0xAFC5FA) is known color: Tropical Blue. HEX triplet: AF, C5 and FA. RGB value is (175,197,250). Sum of RGB (Red+Green+Blue) = 175+197+250=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFC5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5FA is #503A05. Grayscale: #C4C4C4. Windows color (decimal): -5257734 or 16434607. OLE color: 16434607.

HSL color Cylindrical-coordinate representation of color #AFC5FA: hue angle of 222.4º degrees, saturation: 0.88, 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 #AFC5FA is Cyan = 0.3, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 197 250 -
CMYK 0.3 0.21 0 0.02
HSL 222.4º 0.88% 0.83% -
HSV(B) 222.4º 0.3% 0.98% -
XYZ 54.9 55.95 98.35 -
YUV 196.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 175 197 250 0.3 0.21 0 0.02 222.4 0.88 0.83
Hex AF C5 FA 1E 15 0 2 DE 58 53
Octal 257 305 372 36 25 0 2 336 130 123
Binary 10101111 11000101 11111010 11110 10101 0 10 11011110 1011000 1010011

Color Harmonies of #AFC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5FA

Black with #AFC5FA

Text Example


Text Example

White with #AFC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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