Html Css Color HEX #AFC4EE Tropical Blue

📋 copy color: '#AFC4EE'

red 175 ◦ green 196 ◦ blue 238

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

Shades of Tropical Blue #AFC4EE

Tints of Tropical Blue #AFC4EE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.18%

 BLUE value IS 238 (93.36% from 255) = 39.08%

R = 28.74%
G = 32.18%
B = 39.08%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFC4EE (or 0xAFC4EE) is known color: Tropical Blue. HEX triplet: AF, C4 and EE. RGB value is (175,196,238). Sum of RGB (Red+Green+Blue) = 175+196+238=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFC4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4EE is #503B11. Grayscale: #C2C2C2. Windows color (decimal): -5258002 or 15647919. OLE color: 15647919.

HSL color Cylindrical-coordinate representation of color #AFC4EE: hue angle of 220º degrees, saturation: 0.65, 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 #AFC4EE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 196 238 -
CMYK 0.26 0.18 0 0.07
HSL 220º 0.65% 0.81% -
HSV(B) 220º 0.26% 0.93% -
XYZ 52.85 54.77 88.67 -
YUV 194.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 175 196 238 0.26 0.18 0 0.07 220 0.65 0.81
Hex AF C4 EE 1A 12 0 7 DC 41 51
Octal 257 304 356 32 22 0 7 334 101 121
Binary 10101111 11000100 11101110 11010 10010 0 111 11011100 1000001 1010001

Color Harmonies of #AFC4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4EE

Black with #AFC4EE

Text Example


Text Example

White with #AFC4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4EE; }

 p { color: rgb(175,196,238); }

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

background-color css

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

 a { background-color: rgb(175,196,238); }

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

border-color css

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

 span { border-color: rgb(175,196,238); }

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