Html Css Color HEX #B2C8FE Tropical Blue

📋 copy color: '#B2C8FE'

red 178 ◦ green 200 ◦ blue 254

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

Shades of Tropical Blue #B2C8FE

Tints of Tropical Blue #B2C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.65%

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

R = 28.16%
G = 31.65%
B = 40.19%

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

#B2C8FE (or 0xB2C8FE) is known color: Tropical Blue. HEX triplet: B2, C8 and FE. RGB value is (178,200,254). Sum of RGB (Red+Green+Blue) = 178+200+254=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C8FE is #4D3701. Grayscale: #C7C7C7. Windows color (decimal): -5060354 or 16697522. OLE color: 16697522.

HSL color Cylindrical-coordinate representation of color #B2C8FE: hue angle of 222.63º 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 #B2C8FE is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 200 254 -
CMYK 0.30 0.21 0 0.00
HSL 222.63º 0.97% 0.85% -
HSV(B) 222.63º 0.3% 1% -
XYZ 56.9 57.93 101.95 -
YUV 199.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 178 200 254 0.30 0.21 0 0.00 222.63 0.97 0.85
Hex B2 C8 FE 1E 15 0 0 DF 61 55
Octal 262 310 376 36 25 0 0 337 141 125
Binary 10110010 11001000 11111110 11110 10101 0 0 11011111 1100001 1010101

Color Harmonies of #B2C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C8FE

Black with #B2C8FE

Text Example


Text Example

White with #B2C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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