Html Css Color HEX #B2CCEB Tropical Blue

📋 copy color: '#B2CCEB'

red 178 ◦ green 204 ◦ blue 235

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

Shades of Tropical Blue #B2CCEB

Tints of Tropical Blue #B2CCEB

RGB

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

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

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

R = 28.85%
G = 33.06%
B = 38.09%

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

#B2CCEB (or 0xB2CCEB) is known color: Tropical Blue. HEX triplet: B2, CC and EB. RGB value is (178,204,235). Sum of RGB (Red+Green+Blue) = 178+204+235=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2CCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CCEB is #4D3314. Grayscale: #C7C7C7. Windows color (decimal): -5059349 or 15453362. OLE color: 15453362.

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

Color convert

RGB 178 204 235 -
CMYK 0.24 0.13 0 0.08
HSL 212.63º 0.59% 0.81% -
HSV(B) 212.63º 0.24% 0.92% -
XYZ 54.95 58.65 87.02 -
YUV 199.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 178 204 235 0.24 0.13 0 0.08 212.63 0.59 0.81
Hex B2 CC EB 18 D 0 8 D5 3B 51
Octal 262 314 353 30 15 0 10 325 73 121
Binary 10110010 11001100 11101011 11000 1101 0 1000 11010101 111011 1010001

Color Harmonies of #B2CCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCEB

Black with #B2CCEB

Text Example


Text Example

White with #B2CCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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