Html Css Color HEX #B5C8EB Tropical Blue

📋 copy color: '#B5C8EB'

red 181 ◦ green 200 ◦ blue 235

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

Shades of Tropical Blue #B5C8EB

Tints of Tropical Blue #B5C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.47%

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

R = 29.38%
G = 32.47%
B = 38.15%

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

#B5C8EB (or 0xB5C8EB) is known color: Tropical Blue. HEX triplet: B5, C8 and EB. RGB value is (181,200,235). Sum of RGB (Red+Green+Blue) = 181+200+235=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C8EB is #4A3714. Grayscale: #C6C6C6. Windows color (decimal): -4863765 or 15452341. OLE color: 15452341.

HSL color Cylindrical-coordinate representation of color #B5C8EB: hue angle of 218.89º 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 #B5C8EB is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 200 235 -
CMYK 0.23 0.15 0 0.08
HSL 218.89º 0.57% 0.82% -
HSV(B) 218.89º 0.23% 0.92% -
XYZ 54.71 57.13 86.74 -
YUV 198.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 181 200 235 0.23 0.15 0 0.08 218.89 0.57 0.82
Hex B5 C8 EB 17 F 0 8 DB 39 52
Octal 265 310 353 27 17 0 10 333 71 122
Binary 10110101 11001000 11101011 10111 1111 0 1000 11011011 111001 1010010

Color Harmonies of #B5C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C8EB

Black with #B5C8EB

Text Example


Text Example

White with #B5C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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