Html Css Color HEX #B4CEEA Tropical Blue

📋 copy color: '#B4CEEA'

red 180 ◦ green 206 ◦ blue 234

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

Shades of Tropical Blue #B4CEEA

Tints of Tropical Blue #B4CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.23%

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

R = 29.03%
G = 33.23%
B = 37.74%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4CEEA (or 0xB4CEEA) is known color: Tropical Blue. HEX triplet: B4, CE and EA. RGB value is (180,206,234). Sum of RGB (Red+Green+Blue) = 180+206+234=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CEEA is #4B3115. Grayscale: #C9C9C9. Windows color (decimal): -4927766 or 15388340. OLE color: 15388340.

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

Color convert

RGB 180 206 234 -
CMYK 0.23 0.12 0 0.08
HSL 211.11º 0.56% 0.81% -
HSV(B) 211.11º 0.23% 0.92% -
XYZ 55.74 59.79 86.44 -
YUV 201.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 180 206 234 0.23 0.12 0 0.08 211.11 0.56 0.81
Hex B4 CE EA 17 C 0 8 D3 38 51
Octal 264 316 352 27 14 0 10 323 70 121
Binary 10110100 11001110 11101010 10111 1100 0 1000 11010011 111000 1010001

Color Harmonies of #B4CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEEA

Black with #B4CEEA

Text Example


Text Example

White with #B4CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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