Html Css Color HEX #AFCCF0 Tropical Blue

📋 copy color: '#AFCCF0'

red 175 ◦ green 204 ◦ blue 240

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

Shades of Tropical Blue #AFCCF0

Tints of Tropical Blue #AFCCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.96%

 BLUE value IS 240 (94.14% from 255) = 38.77%

R = 28.27%
G = 32.96%
B = 38.77%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFCCF0 (or 0xAFCCF0) is known color: Tropical Blue. HEX triplet: AF, CC and F0. RGB value is (175,204,240). Sum of RGB (Red+Green+Blue) = 175+204+240=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFCCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCF0 is #50330F. Grayscale: #C7C7C7. Windows color (decimal): -5255952 or 15781039. OLE color: 15781039.

HSL color Cylindrical-coordinate representation of color #AFCCF0: hue angle of 213.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFCCF0 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 204 240 -
CMYK 0.27 0.15 0 0.06
HSL 213.23º 0.68% 0.81% -
HSV(B) 213.23º 0.27% 0.94% -
XYZ 55 58.59 90.85 -
YUV 199.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 175 204 240 0.27 0.15 0 0.06 213.23 0.68 0.81
Hex AF CC F0 1B F 0 6 D5 44 51
Octal 257 314 360 33 17 0 6 325 104 121
Binary 10101111 11001100 11110000 11011 1111 0 110 11010101 1000100 1010001

Color Harmonies of #AFCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCF0

Black with #AFCCF0

Text Example


Text Example

White with #AFCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCF0; }

 p { color: rgb(175,204,240); }

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

background-color css

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

 a { background-color: rgb(175,204,240); }

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

border-color css

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

 span { border-color: rgb(175,204,240); }

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