Html Css Color HEX #AFC7EB Tropical Blue

📋 copy color: '#AFC7EB'

red 175 ◦ green 199 ◦ blue 235

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

Shades of Tropical Blue #AFC7EB

Tints of Tropical Blue #AFC7EB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.68%

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

R = 28.74%
G = 32.68%
B = 38.59%

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

#AFC7EB (or 0xAFC7EB) is known color: Tropical Blue. HEX triplet: AF, C7 and EB. RGB value is (175,199,235). Sum of RGB (Red+Green+Blue) = 175+199+235=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7EB is #503814. Grayscale: #C3C3C3. Windows color (decimal): -5257237 or 15452079. OLE color: 15452079.

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

Color convert

RGB 175 199 235 -
CMYK 0.26 0.15 0 0.08
HSL 216º 0.6% 0.8% -
HSV(B) 216º 0.26% 0.92% -
XYZ 53.1 55.96 86.6 -
YUV 195.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 175 199 235 0.26 0.15 0 0.08 216 0.6 0.8
Hex AF C7 EB 1A F 0 8 D8 3C 50
Octal 257 307 353 32 17 0 10 330 74 120
Binary 10101111 11000111 11101011 11010 1111 0 1000 11011000 111100 1010000

Color Harmonies of #AFC7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC7EB

Black with #AFC7EB

Text Example


Text Example

White with #AFC7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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