Html Css Color HEX #AFCBE3 Tropical Blue

📋 copy color: '#AFCBE3'

red 175 ◦ green 203 ◦ blue 227

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

Shades of Tropical Blue #AFCBE3

Tints of Tropical Blue #AFCBE3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.55%

 BLUE value IS 227 (89.06% from 255) = 37.52%

R = 28.93%
G = 33.55%
B = 37.52%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFCBE3 (or 0xAFCBE3) is known color: Tropical Blue. HEX triplet: AF, CB and E3. RGB value is (175,203,227). Sum of RGB (Red+Green+Blue) = 175+203+227=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFCBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBE3 is #50341C. Grayscale: #C5C5C5. Windows color (decimal): -5256221 or 14928815. OLE color: 14928815.

HSL color Cylindrical-coordinate representation of color #AFCBE3: hue angle of 207.69º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFCBE3 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 203 227 -
CMYK 0.23 0.11 0 0.11
HSL 207.69º 0.48% 0.79% -
HSV(B) 207.69º 0.23% 0.89% -
XYZ 52.9 57.37 80.96 -
YUV 197.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 175 203 227 0.23 0.11 0 0.11 207.69 0.48 0.79
Hex AF CB E3 17 B 0 B D0 30 4F
Octal 257 313 343 27 13 0 13 320 60 117
Binary 10101111 11001011 11100011 10111 1011 0 1011 11010000 110000 1001111

Color Harmonies of #AFCBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBE3

Black with #AFCBE3

Text Example


Text Example

White with #AFCBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBE3; }

 p { color: rgb(175,203,227); }

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

background-color css

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

 a { background-color: rgb(175,203,227); }

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

border-color css

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

 span { border-color: rgb(175,203,227); }

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