Html Css Color HEX #B2C6FB Tropical Blue

📋 copy color: '#B2C6FB'

red 178 ◦ green 198 ◦ blue 251

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

Shades of Tropical Blue #B2C6FB

Tints of Tropical Blue #B2C6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.03%

R = 28.39%
G = 31.58%
B = 40.03%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2C6FB (or 0xB2C6FB) is known color: Tropical Blue. HEX triplet: B2, C6 and FB. RGB value is (178,198,251). Sum of RGB (Red+Green+Blue) = 178+198+251=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2C6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C6FB is #4D3904. Grayscale: #C5C5C5. Windows color (decimal): -5060869 or 16500402. OLE color: 16500402.

HSL color Cylindrical-coordinate representation of color #B2C6FB: hue angle of 223.56º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2C6FB is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 198 251 -
CMYK 0.29 0.21 0 0.02
HSL 223.56º 0.9% 0.84% -
HSV(B) 223.56º 0.29% 0.98% -
XYZ 55.97 56.82 99.28 -
YUV 198.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 178 198 251 0.29 0.21 0 0.02 223.56 0.9 0.84
Hex B2 C6 FB 1D 15 0 2 E0 5A 54
Octal 262 306 373 35 25 0 2 340 132 124
Binary 10110010 11000110 11111011 11101 10101 0 10 11100000 1011010 1010100

Color Harmonies of #B2C6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C6FB

Black with #B2C6FB

Text Example


Text Example

White with #B2C6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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