Html Css Color HEX #B0CBEC Tropical Blue

📋 copy color: '#B0CBEC'

red 176 ◦ green 203 ◦ blue 236

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

Shades of Tropical Blue #B0CBEC

Tints of Tropical Blue #B0CBEC

RGB

 RED value IS 176 (69.14% from 255) = 28.62%

 GREEN value IS 203 (79.69% from 255) = 33.01%

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 28.62%
G = 33.01%
B = 38.37%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0CBEC (or 0xB0CBEC) is known color: Tropical Blue. HEX triplet: B0, CB and EC. RGB value is (176,203,236). Sum of RGB (Red+Green+Blue) = 176+203+236=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CBEC is #4F3413. Grayscale: #C6C6C6. Windows color (decimal): -5190676 or 15518640. OLE color: 15518640.

HSL color Cylindrical-coordinate representation of color #B0CBEC: hue angle of 213º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0CBEC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 203 236 -
CMYK 0.25 0.14 0 0.07
HSL 213º 0.61% 0.81% -
HSV(B) 213º 0.25% 0.93% -
XYZ 54.4 58 87.68 -
YUV 198.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 176 203 236 0.25 0.14 0 0.07 213 0.61 0.81
Hex B0 CB EC 19 E 0 7 D5 3D 51
Octal 260 313 354 31 16 0 7 325 75 121
Binary 10110000 11001011 11101100 11001 1110 0 111 11010101 111101 1010001

Color Harmonies of #B0CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBEC

Black with #B0CBEC

Text Example


Text Example

White with #B0CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBEC; }

 p { color: rgb(176,203,236); }

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

background-color css

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

 a { background-color: rgb(176,203,236); }

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

border-color css

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

 span { border-color: rgb(176,203,236); }

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