Html Css Color HEX #AFC5EA Tropical Blue

📋 copy color: '#AFC5EA'

red 175 ◦ green 197 ◦ blue 234

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

Shades of Tropical Blue #AFC5EA

Tints of Tropical Blue #AFC5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 28.88%
G = 32.51%
B = 38.61%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFC5EA (or 0xAFC5EA) is known color: Tropical Blue. HEX triplet: AF, C5 and EA. RGB value is (175,197,234). Sum of RGB (Red+Green+Blue) = 175+197+234=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5EA is #503A15. Grayscale: #C2C2C2. Windows color (decimal): -5257750 or 15386031. OLE color: 15386031.

HSL color Cylindrical-coordinate representation of color #AFC5EA: hue angle of 217.63º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC5EA is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 197 234 -
CMYK 0.25 0.16 0 0.08
HSL 217.63º 0.58% 0.8% -
HSV(B) 217.63º 0.25% 0.92% -
XYZ 52.5 54.99 85.69 -
YUV 194.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 175 197 234 0.25 0.16 0 0.08 217.63 0.58 0.8
Hex AF C5 EA 19 10 0 8 DA 3A 50
Octal 257 305 352 31 20 0 10 332 72 120
Binary 10101111 11000101 11101010 11001 10000 0 1000 11011010 111010 1010000

Color Harmonies of #AFC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5EA

Black with #AFC5EA

Text Example


Text Example

White with #AFC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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