Html Css Color HEX #B4CCEA Tropical Blue

📋 copy color: '#B4CCEA'

red 180 ◦ green 204 ◦ blue 234

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

Shades of Tropical Blue #B4CCEA

Tints of Tropical Blue #B4CCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.01%

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

R = 29.13%
G = 33.01%
B = 37.86%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4CCEA (or 0xB4CCEA) is known color: Tropical Blue. HEX triplet: B4, CC and EA. RGB value is (180,204,234). Sum of RGB (Red+Green+Blue) = 180+204+234=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CCEA is #4B3315. Grayscale: #C8C8C8. Windows color (decimal): -4928278 or 15387828. OLE color: 15387828.

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

Color convert

RGB 180 204 234 -
CMYK 0.23 0.13 0 0.08
HSL 213.33º 0.56% 0.81% -
HSV(B) 213.33º 0.23% 0.92% -
XYZ 55.27 58.83 86.28 -
YUV 200.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 180 204 234 0.23 0.13 0 0.08 213.33 0.56 0.81
Hex B4 CC EA 17 D 0 8 D5 38 51
Octal 264 314 352 27 15 0 10 325 70 121
Binary 10110100 11001100 11101010 10111 1101 0 1000 11010101 111000 1010001

Color Harmonies of #B4CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCEA

Black with #B4CCEA

Text Example


Text Example

White with #B4CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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