Html Css Color HEX #B3C5EC Tropical Blue

📋 copy color: '#B3C5EC'

red 179 ◦ green 197 ◦ blue 236

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

Shades of Tropical Blue #B3C5EC

Tints of Tropical Blue #B3C5EC

RGB

 RED value IS 179 (70.31% from 255) = 29.25%

 GREEN value IS 197 (77.34% from 255) = 32.19%

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 29.25%
G = 32.19%
B = 38.56%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B3C5EC (or 0xB3C5EC) is known color: Tropical Blue. HEX triplet: B3, C5 and EC. RGB value is (179,197,236). Sum of RGB (Red+Green+Blue) = 179+197+236=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3C5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C5EC is #4C3A13. Grayscale: #C3C3C3. Windows color (decimal): -4995604 or 15517107. OLE color: 15517107.

HSL color Cylindrical-coordinate representation of color #B3C5EC: hue angle of 221.05º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C5EC is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 197 236 -
CMYK 0.24 0.17 0 0.07
HSL 221.05º 0.6% 0.81% -
HSV(B) 221.05º 0.24% 0.93% -
XYZ 53.7 55.57 87.25 -
YUV 196.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 179 197 236 0.24 0.17 0 0.07 221.05 0.6 0.81
Hex B3 C5 EC 18 11 0 7 DD 3C 51
Octal 263 305 354 30 21 0 7 335 74 121
Binary 10110011 11000101 11101100 11000 10001 0 111 11011101 111100 1010001

Color Harmonies of #B3C5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C5EC

Black with #B3C5EC

Text Example


Text Example

White with #B3C5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C5EC; }

 p { color: rgb(179,197,236); }

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

background-color css

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

 a { background-color: rgb(179,197,236); }

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

border-color css

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

 span { border-color: rgb(179,197,236); }

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