Html Css Color HEX #B3C5F7 Tropical Blue

📋 copy color: '#B3C5F7'

red 179 ◦ green 197 ◦ blue 247

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

Shades of Tropical Blue #B3C5F7

Tints of Tropical Blue #B3C5F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.65%

R = 28.73%
G = 31.62%
B = 39.65%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B3C5F7 (or 0xB3C5F7) is known color: Tropical Blue. HEX triplet: B3, C5 and F7. RGB value is (179,197,247). Sum of RGB (Red+Green+Blue) = 179+197+247=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #B3C5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C5F7 is #4C3A08. Grayscale: #C5C5C5. Windows color (decimal): -4995593 or 16238003. OLE color: 16238003.

HSL color Cylindrical-coordinate representation of color #B3C5F7: hue angle of 224.12º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3C5F7 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 197 247 -
CMYK 0.28 0.20 0 0.03
HSL 224.12º 0.81% 0.84% -
HSV(B) 224.12º 0.28% 0.97% -
XYZ 55.35 56.23 95.93 -
YUV 197.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 179 197 247 0.28 0.20 0 0.03 224.12 0.81 0.84
Hex B3 C5 F7 1C 14 0 3 E0 51 54
Octal 263 305 367 34 24 0 3 340 121 124
Binary 10110011 11000101 11110111 11100 10100 0 11 11100000 1010001 1010100

Color Harmonies of #B3C5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C5F7

Black with #B3C5F7

Text Example


Text Example

White with #B3C5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C5F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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