Html Css Color HEX #AFC9EB Tropical Blue

📋 copy color: '#AFC9EB'

red 175 ◦ green 201 ◦ blue 235

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

Shades of Tropical Blue #AFC9EB

Tints of Tropical Blue #AFC9EB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.9%

 BLUE value IS 235 (92.19% from 255) = 38.46%

R = 28.64%
G = 32.9%
B = 38.46%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFC9EB (or 0xAFC9EB) is known color: Tropical Blue. HEX triplet: AF, C9 and EB. RGB value is (175,201,235). Sum of RGB (Red+Green+Blue) = 175+201+235=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9EB is #503614. Grayscale: #C4C4C4. Windows color (decimal): -5256725 or 15452591. OLE color: 15452591.

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

Color convert

RGB 175 201 235 -
CMYK 0.26 0.14 0 0.08
HSL 214º 0.6% 0.8% -
HSV(B) 214º 0.26% 0.92% -
XYZ 53.56 56.89 86.75 -
YUV 197.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 175 201 235 0.26 0.14 0 0.08 214 0.6 0.8
Hex AF C9 EB 1A E 0 8 D6 3C 50
Octal 257 311 353 32 16 0 10 326 74 120
Binary 10101111 11001001 11101011 11010 1110 0 1000 11010110 111100 1010000

Color Harmonies of #AFC9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9EB

Black with #AFC9EB

Text Example


Text Example

White with #AFC9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9EB; }

 p { color: rgb(175,201,235); }

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

background-color css

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

 a { background-color: rgb(175,201,235); }

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

border-color css

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

 span { border-color: rgb(175,201,235); }

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