Html Css Color HEX #B4CDE9 Tropical Blue

📋 copy color: '#B4CDE9'

red 180 ◦ green 205 ◦ blue 233

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

Shades of Tropical Blue #B4CDE9

Tints of Tropical Blue #B4CDE9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.17%

 BLUE value IS 233 (91.41% from 255) = 37.7%

R = 29.13%
G = 33.17%
B = 37.7%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B4CDE9 (or 0xB4CDE9) is known color: Tropical Blue. HEX triplet: B4, CD and E9. RGB value is (180,205,233). Sum of RGB (Red+Green+Blue) = 180+205+233=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #B4CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CDE9 is #4B3216. Grayscale: #C8C8C8. Windows color (decimal): -4928023 or 15322548. OLE color: 15322548.

HSL color Cylindrical-coordinate representation of color #B4CDE9: hue angle of 211.7º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4CDE9 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 205 233 -
CMYK 0.23 0.12 0 0.09
HSL 211.7º 0.55% 0.81% -
HSV(B) 211.7º 0.23% 0.91% -
XYZ 55.36 59.25 85.61 -
YUV 200.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 180 205 233 0.23 0.12 0 0.09 211.7 0.55 0.81
Hex B4 CD E9 17 C 0 9 D4 37 51
Octal 264 315 351 27 14 0 11 324 67 121
Binary 10110100 11001101 11101001 10111 1100 0 1001 11010100 110111 1010001

Color Harmonies of #B4CDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDE9

Black with #B4CDE9

Text Example


Text Example

White with #B4CDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDE9; }

 p { color: rgb(180,205,233); }

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

background-color css

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

 a { background-color: rgb(180,205,233); }

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

border-color css

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

 span { border-color: rgb(180,205,233); }

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