Html Css Color HEX #B2C7FA Tropical Blue

📋 copy color: '#B2C7FA'

red 178 ◦ green 199 ◦ blue 250

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

Shades of Tropical Blue #B2C7FA

Tints of Tropical Blue #B2C7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.74%

 BLUE value IS 250 (98.05% from 255) = 39.87%

R = 28.39%
G = 31.74%
B = 39.87%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2C7FA (or 0xB2C7FA) is known color: Tropical Blue. HEX triplet: B2, C7 and FA. RGB value is (178,199,250). Sum of RGB (Red+Green+Blue) = 178+199+250=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2C7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C7FA is #4D3805. Grayscale: #C6C6C6. Windows color (decimal): -5060614 or 16435122. OLE color: 16435122.

HSL color Cylindrical-coordinate representation of color #B2C7FA: hue angle of 222.5º degrees, saturation: 0.88, 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 #B2C7FA is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 199 250 -
CMYK 0.29 0.20 0 0.02
HSL 222.5º 0.88% 0.84% -
HSV(B) 222.5º 0.29% 0.98% -
XYZ 56.04 57.21 98.53 -
YUV 198.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 178 199 250 0.29 0.20 0 0.02 222.5 0.88 0.84
Hex B2 C7 FA 1D 14 0 2 DE 58 54
Octal 262 307 372 35 24 0 2 336 130 124
Binary 10110010 11000111 11111010 11101 10100 0 10 11011110 1011000 1010100

Color Harmonies of #B2C7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C7FA

Black with #B2C7FA

Text Example


Text Example

White with #B2C7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C7FA; }

 p { color: rgb(178,199,250); }

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

background-color css

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

 a { background-color: rgb(178,199,250); }

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

border-color css

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

 span { border-color: rgb(178,199,250); }

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