Html Css Color HEX #B5C8EA Tropical Blue

📋 copy color: '#B5C8EA'

red 181 ◦ green 200 ◦ blue 234

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

Shades of Tropical Blue #B5C8EA

Tints of Tropical Blue #B5C8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 29.43%
G = 32.52%
B = 38.05%

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

#B5C8EA (or 0xB5C8EA) is known color: Tropical Blue. HEX triplet: B5, C8 and EA. RGB value is (181,200,234). Sum of RGB (Red+Green+Blue) = 181+200+234=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5C8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C8EA is #4A3715. Grayscale: #C6C6C6. Windows color (decimal): -4863766 or 15386805. OLE color: 15386805.

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

Color convert

RGB 181 200 234 -
CMYK 0.23 0.15 0 0.08
HSL 218.49º 0.56% 0.81% -
HSV(B) 218.49º 0.23% 0.92% -
XYZ 54.56 57.07 85.98 -
YUV 198.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 181 200 234 0.23 0.15 0 0.08 218.49 0.56 0.81
Hex B5 C8 EA 17 F 0 8 DA 38 51
Octal 265 310 352 27 17 0 10 332 70 121
Binary 10110101 11001000 11101010 10111 1111 0 1000 11011010 111000 1010001

Color Harmonies of #B5C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C8EA

Black with #B5C8EA

Text Example


Text Example

White with #B5C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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