Html Css Color HEX #AFCCEA Tropical Blue

📋 copy color: '#AFCCEA'

red 175 ◦ green 204 ◦ blue 234

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

Shades of Tropical Blue #AFCCEA

Tints of Tropical Blue #AFCCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 28.55%
G = 33.28%
B = 38.17%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFCCEA (or 0xAFCCEA) is known color: Tropical Blue. HEX triplet: AF, CC and EA. RGB value is (175,204,234). Sum of RGB (Red+Green+Blue) = 175+204+234=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCEA is #503315. Grayscale: #C6C6C6. Windows color (decimal): -5255958 or 15387823. OLE color: 15387823.

HSL color Cylindrical-coordinate representation of color #AFCCEA: hue angle of 210.51º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFCCEA is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 204 234 -
CMYK 0.25 0.13 0 0.08
HSL 210.51º 0.58% 0.8% -
HSV(B) 210.51º 0.25% 0.92% -
XYZ 54.12 58.24 86.23 -
YUV 198.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 175 204 234 0.25 0.13 0 0.08 210.51 0.58 0.8
Hex AF CC EA 19 D 0 8 D3 3A 50
Octal 257 314 352 31 15 0 10 323 72 120
Binary 10101111 11001100 11101010 11001 1101 0 1000 11010011 111010 1010000

Color Harmonies of #AFCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCEA

Black with #AFCCEA

Text Example


Text Example

White with #AFCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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