Html Css Color HEX #AFC3F4 Tropical Blue

📋 copy color: '#AFC3F4'

red 175 ◦ green 195 ◦ blue 244

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

Shades of Tropical Blue #AFC3F4

Tints of Tropical Blue #AFC3F4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.76%

 BLUE value IS 244 (95.7% from 255) = 39.74%

R = 28.5%
G = 31.76%
B = 39.74%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFC3F4 (or 0xAFC3F4) is known color: Tropical Blue. HEX triplet: AF, C3 and F4. RGB value is (175,195,244). Sum of RGB (Red+Green+Blue) = 175+195+244=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFC3F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3F4 is #503C0B. Grayscale: #C2C2C2. Windows color (decimal): -5258252 or 16040879. OLE color: 16040879.

HSL color Cylindrical-coordinate representation of color #AFC3F4: hue angle of 222.61º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC3F4 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 195 244 -
CMYK 0.28 0.20 0 0.04
HSL 222.61º 0.76% 0.82% -
HSV(B) 222.61º 0.28% 0.96% -
XYZ 53.52 54.68 93.32 -
YUV 194.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 175 195 244 0.28 0.20 0 0.04 222.61 0.76 0.82
Hex AF C3 F4 1C 14 0 4 DF 4C 52
Octal 257 303 364 34 24 0 4 337 114 122
Binary 10101111 11000011 11110100 11100 10100 0 100 11011111 1001100 1010010

Color Harmonies of #AFC3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3F4

Black with #AFC3F4

Text Example


Text Example

White with #AFC3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3F4; }

 p { color: rgb(175,195,244); }

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

background-color css

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

 a { background-color: rgb(175,195,244); }

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

border-color css

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

 span { border-color: rgb(175,195,244); }

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