Html Css Color HEX #B4C8EA Tropical Blue

📋 copy color: '#B4C8EA'

red 180 ◦ green 200 ◦ blue 234

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

Shades of Tropical Blue #B4C8EA

Tints of Tropical Blue #B4C8EA

RGB

 RED value IS 180 (70.7% from 255) = 29.32%

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

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

R = 29.32%
G = 32.57%
B = 38.11%

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

#B4C8EA (or 0xB4C8EA) is known color: Tropical Blue. HEX triplet: B4, C8 and EA. RGB value is (180,200,234). Sum of RGB (Red+Green+Blue) = 180+200+234=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4C8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C8EA is #4B3715. Grayscale: #C5C5C5. Windows color (decimal): -4929302 or 15386804. OLE color: 15386804.

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

Color convert

RGB 180 200 234 -
CMYK 0.23 0.15 0 0.08
HSL 217.78º 0.56% 0.81% -
HSV(B) 217.78º 0.23% 0.92% -
XYZ 54.33 56.95 85.97 -
YUV 197.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 180 200 234 0.23 0.15 0 0.08 217.78 0.56 0.81
Hex B4 C8 EA 17 F 0 8 DA 38 51
Octal 264 310 352 27 17 0 10 332 70 121
Binary 10110100 11001000 11101010 10111 1111 0 1000 11011010 111000 1010001

Color Harmonies of #B4C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C8EA

Black with #B4C8EA

Text Example


Text Example

White with #B4C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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