Html Css Color HEX #AFC3F2 Tropical Blue

📋 copy color: '#AFC3F2'

red 175 ◦ green 195 ◦ blue 242

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

Shades of Tropical Blue #AFC3F2

Tints of Tropical Blue #AFC3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.54%

R = 28.59%
G = 31.86%
B = 39.54%

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

#AFC3F2 (or 0xAFC3F2) is known color: Tropical Blue. HEX triplet: AF, C3 and F2. RGB value is (175,195,242). Sum of RGB (Red+Green+Blue) = 175+195+242=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFC3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3F2 is #503C0D. Grayscale: #C2C2C2. Windows color (decimal): -5258254 or 15909807. OLE color: 15909807.

HSL color Cylindrical-coordinate representation of color #AFC3F2: hue angle of 222.09º degrees, saturation: 0.72, 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 #AFC3F2 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 195 242 -
CMYK 0.28 0.19 0 0.05
HSL 222.09º 0.72% 0.82% -
HSV(B) 222.09º 0.28% 0.95% -
XYZ 53.22 54.55 91.73 -
YUV 194.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 175 195 242 0.28 0.19 0 0.05 222.09 0.72 0.82
Hex AF C3 F2 1C 13 0 5 DE 48 52
Octal 257 303 362 34 23 0 5 336 110 122
Binary 10101111 11000011 11110010 11100 10011 0 101 11011110 1001000 1010010

Color Harmonies of #AFC3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3F2

Black with #AFC3F2

Text Example


Text Example

White with #AFC3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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