Html Css Color HEX #B2CEED Tropical Blue

📋 copy color: '#B2CEED'

red 178 ◦ green 206 ◦ blue 237

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

Shades of Tropical Blue #B2CEED

Tints of Tropical Blue #B2CEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 28.66%
G = 33.17%
B = 38.16%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2CEED (or 0xB2CEED) is known color: Tropical Blue. HEX triplet: B2, CE and ED. RGB value is (178,206,237). Sum of RGB (Red+Green+Blue) = 178+206+237=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEED is #4D3112. Grayscale: #C9C9C9. Windows color (decimal): -5058835 or 15584946. OLE color: 15584946.

HSL color Cylindrical-coordinate representation of color #B2CEED: hue angle of 211.53º degrees, saturation: 0.62, 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 #B2CEED is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 206 237 -
CMYK 0.25 0.13 0 0.07
HSL 211.53º 0.62% 0.81% -
HSV(B) 211.53º 0.25% 0.93% -
XYZ 55.72 59.72 88.71 -
YUV 201.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 178 206 237 0.25 0.13 0 0.07 211.53 0.62 0.81
Hex B2 CE ED 19 D 0 7 D4 3E 51
Octal 262 316 355 31 15 0 7 324 76 121
Binary 10110010 11001110 11101101 11001 1101 0 111 11010100 111110 1010001

Color Harmonies of #B2CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEED

Black with #B2CEED

Text Example


Text Example

White with #B2CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEED; }

 p { color: rgb(178,206,237); }

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

background-color css

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

 a { background-color: rgb(178,206,237); }

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

border-color css

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

 span { border-color: rgb(178,206,237); }

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