Html Css Color HEX #B5C7EB Tropical Blue

📋 copy color: '#B5C7EB'

red 181 ◦ green 199 ◦ blue 235

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

Shades of Tropical Blue #B5C7EB

Tints of Tropical Blue #B5C7EB

RGB

 RED value IS 181 (71.09% from 255) = 29.43%

 GREEN value IS 199 (78.13% from 255) = 32.36%

 BLUE value IS 235 (92.19% from 255) = 38.21%

R = 29.43%
G = 32.36%
B = 38.21%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5C7EB (or 0xB5C7EB) is known color: Tropical Blue. HEX triplet: B5, C7 and EB. RGB value is (181,199,235). Sum of RGB (Red+Green+Blue) = 181+199+235=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C7EB is #4A3814. Grayscale: #C5C5C5. Windows color (decimal): -4864021 or 15452085. OLE color: 15452085.

HSL color Cylindrical-coordinate representation of color #B5C7EB: hue angle of 220º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5C7EB is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 199 235 -
CMYK 0.23 0.15 0 0.08
HSL 220º 0.57% 0.82% -
HSV(B) 220º 0.23% 0.92% -
XYZ 54.47 56.67 86.66 -
YUV 197.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 181 199 235 0.23 0.15 0 0.08 220 0.57 0.82
Hex B5 C7 EB 17 F 0 8 DC 39 52
Octal 265 307 353 27 17 0 10 334 71 122
Binary 10110101 11000111 11101011 10111 1111 0 1000 11011100 111001 1010010

Color Harmonies of #B5C7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C7EB

Black with #B5C7EB

Text Example


Text Example

White with #B5C7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C7EB; }

 p { color: rgb(181,199,235); }

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

background-color css

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

 a { background-color: rgb(181,199,235); }

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

border-color css

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

 span { border-color: rgb(181,199,235); }

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