Html Css Color HEX #B2CBFE Tropical Blue

📋 copy color: '#B2CBFE'

red 178 ◦ green 203 ◦ blue 254

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

Shades of Tropical Blue #B2CBFE

Tints of Tropical Blue #B2CBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.97%

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

R = 28.03%
G = 31.97%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2CBFE (or 0xB2CBFE) is known color: Tropical Blue. HEX triplet: B2, CB and FE. RGB value is (178,203,254). Sum of RGB (Red+Green+Blue) = 178+203+254=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CBFE is #4D3401. Grayscale: #C9C9C9. Windows color (decimal): -5059586 or 16698290. OLE color: 16698290.

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

Color convert

RGB 178 203 254 -
CMYK 0.30 0.20 0 0.00
HSL 220.26º 0.97% 0.85% -
HSV(B) 220.26º 0.3% 1% -
XYZ 57.61 59.33 102.18 -
YUV 201.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 178 203 254 0.30 0.20 0 0.00 220.26 0.97 0.85
Hex B2 CB FE 1E 14 0 0 DC 61 55
Octal 262 313 376 36 24 0 0 334 141 125
Binary 10110010 11001011 11111110 11110 10100 0 0 11011100 1100001 1010101

Color Harmonies of #B2CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBFE

Black with #B2CBFE

Text Example


Text Example

White with #B2CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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