Html Css Color HEX #B2CDEB Tropical Blue

📋 copy color: '#B2CDEB'

red 178 ◦ green 205 ◦ blue 235

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

Shades of Tropical Blue #B2CDEB

Tints of Tropical Blue #B2CDEB

RGB

 RED value IS 178 (69.92% from 255) = 28.8%

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

 BLUE value IS 235 (92.19% from 255) = 38.03%

R = 28.8%
G = 33.17%
B = 38.03%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2CDEB (or 0xB2CDEB) is known color: Tropical Blue. HEX triplet: B2, CD and EB. RGB value is (178,205,235). Sum of RGB (Red+Green+Blue) = 178+205+235=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CDEB is #4D3214. Grayscale: #C8C8C8. Windows color (decimal): -5059093 or 15453618. OLE color: 15453618.

HSL color Cylindrical-coordinate representation of color #B2CDEB: hue angle of 211.58º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2CDEB is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 205 235 -
CMYK 0.24 0.13 0 0.08
HSL 211.58º 0.59% 0.81% -
HSV(B) 211.58º 0.24% 0.92% -
XYZ 55.19 59.13 87.1 -
YUV 200.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 178 205 235 0.24 0.13 0 0.08 211.58 0.59 0.81
Hex B2 CD EB 18 D 0 8 D4 3B 51
Octal 262 315 353 30 15 0 10 324 73 121
Binary 10110010 11001101 11101011 11000 1101 0 1000 11010100 111011 1010001

Color Harmonies of #B2CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDEB

Black with #B2CDEB

Text Example


Text Example

White with #B2CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDEB; }

 p { color: rgb(178,205,235); }

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

background-color css

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

 a { background-color: rgb(178,205,235); }

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

border-color css

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

 span { border-color: rgb(178,205,235); }

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