Html Css Color HEX #B2C6EE Tropical Blue

📋 copy color: '#B2C6EE'

red 178 ◦ green 198 ◦ blue 238

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

Shades of Tropical Blue #B2C6EE

Tints of Tropical Blue #B2C6EE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.25%

 BLUE value IS 238 (93.36% from 255) = 38.76%

R = 28.99%
G = 32.25%
B = 38.76%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2C6EE (or 0xB2C6EE) is known color: Tropical Blue. HEX triplet: B2, C6 and EE. RGB value is (178,198,238). Sum of RGB (Red+Green+Blue) = 178+198+238=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2C6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C6EE is #4D3911. Grayscale: #C4C4C4. Windows color (decimal): -5060882 or 15648434. OLE color: 15648434.

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

Color convert

RGB 178 198 238 -
CMYK 0.25 0.17 0 0.07
HSL 220º 0.64% 0.82% -
HSV(B) 220º 0.25% 0.93% -
XYZ 53.99 56.03 88.86 -
YUV 196.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 178 198 238 0.25 0.17 0 0.07 220 0.64 0.82
Hex B2 C6 EE 19 11 0 7 DC 40 52
Octal 262 306 356 31 21 0 7 334 100 122
Binary 10110010 11000110 11101110 11001 10001 0 111 11011100 1000000 1010010

Color Harmonies of #B2C6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C6EE

Black with #B2C6EE

Text Example


Text Example

White with #B2C6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C6EE; }

 p { color: rgb(178,198,238); }

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

background-color css

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

 a { background-color: rgb(178,198,238); }

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

border-color css

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

 span { border-color: rgb(178,198,238); }

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