Html Css Color HEX #B2C9FE Tropical Blue

📋 copy color: '#B2C9FE'

red 178 ◦ green 201 ◦ blue 254

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

Shades of Tropical Blue #B2C9FE

Tints of Tropical Blue #B2C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.75%

 BLUE value IS 254 (99.61% from 255) = 40.13%

R = 28.12%
G = 31.75%
B = 40.13%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2C9FE (or 0xB2C9FE) is known color: Tropical Blue. HEX triplet: B2, C9 and FE. RGB value is (178,201,254). Sum of RGB (Red+Green+Blue) = 178+201+254=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C9FE is #4D3601. Grayscale: #C7C7C7. Windows color (decimal): -5060098 or 16697778. OLE color: 16697778.

HSL color Cylindrical-coordinate representation of color #B2C9FE: hue angle of 221.84º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C9FE is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 201 254 -
CMYK 0.30 0.21 0 0.00
HSL 221.84º 0.97% 0.85% -
HSV(B) 221.84º 0.3% 1% -
XYZ 57.14 58.39 102.03 -
YUV 200.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 178 201 254 0.30 0.21 0 0.00 221.84 0.97 0.85
Hex B2 C9 FE 1E 15 0 0 DE 61 55
Octal 262 311 376 36 25 0 0 336 141 125
Binary 10110010 11001001 11111110 11110 10101 0 0 11011110 1100001 1010101

Color Harmonies of #B2C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C9FE

Black with #B2C9FE

Text Example


Text Example

White with #B2C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C9FE; }

 p { color: rgb(178,201,254); }

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

background-color css

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

 a { background-color: rgb(178,201,254); }

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

border-color css

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

 span { border-color: rgb(178,201,254); }

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