Html Css Color HEX #AFC5ED Tropical Blue

📋 copy color: '#AFC5ED'

red 175 ◦ green 197 ◦ blue 237

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

Shades of Tropical Blue #AFC5ED

Tints of Tropical Blue #AFC5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.92%

R = 28.74%
G = 32.35%
B = 38.92%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFC5ED (or 0xAFC5ED) is known color: Tropical Blue. HEX triplet: AF, C5 and ED. RGB value is (175,197,237). Sum of RGB (Red+Green+Blue) = 175+197+237=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFC5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5ED is #503A12. Grayscale: #C2C2C2. Windows color (decimal): -5257747 or 15582639. OLE color: 15582639.

HSL color Cylindrical-coordinate representation of color #AFC5ED: hue angle of 218.71º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC5ED is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 197 237 -
CMYK 0.26 0.17 0 0.07
HSL 218.71º 0.63% 0.81% -
HSV(B) 218.71º 0.26% 0.93% -
XYZ 52.93 55.16 87.98 -
YUV 194.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 175 197 237 0.26 0.17 0 0.07 218.71 0.63 0.81
Hex AF C5 ED 1A 11 0 7 DB 3F 51
Octal 257 305 355 32 21 0 7 333 77 121
Binary 10101111 11000101 11101101 11010 10001 0 111 11011011 111111 1010001

Color Harmonies of #AFC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5ED

Black with #AFC5ED

Text Example


Text Example

White with #AFC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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