Html Css Color HEX #AFC4F3 Tropical Blue

📋 copy color: '#AFC4F3'

red 175 ◦ green 196 ◦ blue 243

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

Shades of Tropical Blue #AFC4F3

Tints of Tropical Blue #AFC4F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.58%

R = 28.5%
G = 31.92%
B = 39.58%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFC4F3 (or 0xAFC4F3) is known color: Tropical Blue. HEX triplet: AF, C4 and F3. RGB value is (175,196,243). Sum of RGB (Red+Green+Blue) = 175+196+243=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFC4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4F3 is #503B0C. Grayscale: #C2C2C2. Windows color (decimal): -5257997 or 15975599. OLE color: 15975599.

HSL color Cylindrical-coordinate representation of color #AFC4F3: hue angle of 221.47º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC4F3 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 196 243 -
CMYK 0.28 0.19 0 0.05
HSL 221.47º 0.74% 0.82% -
HSV(B) 221.47º 0.28% 0.95% -
XYZ 53.6 55.06 92.6 -
YUV 195.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 175 196 243 0.28 0.19 0 0.05 221.47 0.74 0.82
Hex AF C4 F3 1C 13 0 5 DD 4A 52
Octal 257 304 363 34 23 0 5 335 112 122
Binary 10101111 11000100 11110011 11100 10011 0 101 11011101 1001010 1010010

Color Harmonies of #AFC4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4F3

Black with #AFC4F3

Text Example


Text Example

White with #AFC4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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