Html Css Color HEX #AFC6EB Tropical Blue

📋 copy color: '#AFC6EB'

red 175 ◦ green 198 ◦ blue 235

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

Shades of Tropical Blue #AFC6EB

Tints of Tropical Blue #AFC6EB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.57%

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

R = 28.78%
G = 32.57%
B = 38.65%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFC6EB (or 0xAFC6EB) is known color: Tropical Blue. HEX triplet: AF, C6 and EB. RGB value is (175,198,235). Sum of RGB (Red+Green+Blue) = 175+198+235=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6EB is #503914. Grayscale: #C3C3C3. Windows color (decimal): -5257493 or 15451823. OLE color: 15451823.

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

Color convert

RGB 175 198 235 -
CMYK 0.26 0.16 0 0.08
HSL 217º 0.6% 0.8% -
HSV(B) 217º 0.26% 0.92% -
XYZ 52.87 55.5 86.52 -
YUV 195.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 175 198 235 0.26 0.16 0 0.08 217 0.6 0.8
Hex AF C6 EB 1A 10 0 8 D9 3C 50
Octal 257 306 353 32 20 0 10 331 74 120
Binary 10101111 11000110 11101011 11010 10000 0 1000 11011001 111100 1010000

Color Harmonies of #AFC6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6EB

Black with #AFC6EB

Text Example


Text Example

White with #AFC6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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