Html Css Color HEX #AFC8EB Tropical Blue

📋 copy color: '#AFC8EB'

red 175 ◦ green 200 ◦ blue 235

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

Shades of Tropical Blue #AFC8EB

Tints of Tropical Blue #AFC8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.79%

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

R = 28.69%
G = 32.79%
B = 38.52%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFC8EB (or 0xAFC8EB) is known color: Tropical Blue. HEX triplet: AF, C8 and EB. RGB value is (175,200,235). Sum of RGB (Red+Green+Blue) = 175+200+235=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8EB is #503714. Grayscale: #C4C4C4. Windows color (decimal): -5256981 or 15452335. OLE color: 15452335.

HSL color Cylindrical-coordinate representation of color #AFC8EB: hue angle of 215º 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 #AFC8EB is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 200 235 -
CMYK 0.26 0.15 0 0.08
HSL 215º 0.6% 0.8% -
HSV(B) 215º 0.26% 0.92% -
XYZ 53.33 56.42 86.68 -
YUV 196.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 175 200 235 0.26 0.15 0 0.08 215 0.6 0.8
Hex AF C8 EB 1A F 0 8 D7 3C 50
Octal 257 310 353 32 17 0 10 327 74 120
Binary 10101111 11001000 11101011 11010 1111 0 1000 11010111 111100 1010000

Color Harmonies of #AFC8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8EB

Black with #AFC8EB

Text Example


Text Example

White with #AFC8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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