Html Css Color HEX #B2CBF8 Tropical Blue

📋 copy color: '#B2CBF8'

red 178 ◦ green 203 ◦ blue 248

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

Shades of Tropical Blue #B2CBF8

Tints of Tropical Blue #B2CBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.43%

R = 28.3%
G = 32.27%
B = 39.43%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B2CBF8 (or 0xB2CBF8) is known color: Tropical Blue. HEX triplet: B2, CB and F8. RGB value is (178,203,248). Sum of RGB (Red+Green+Blue) = 178+203+248=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #B2CBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CBF8 is #4D3407. Grayscale: #C8C8C8. Windows color (decimal): -5059592 or 16305074. OLE color: 16305074.

HSL color Cylindrical-coordinate representation of color #B2CBF8: hue angle of 218.57º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2CBF8 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 203 248 -
CMYK 0.28 0.18 0 0.03
HSL 218.57º 0.83% 0.84% -
HSV(B) 218.57º 0.28% 0.97% -
XYZ 56.66 58.95 97.2 -
YUV 200.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 178 203 248 0.28 0.18 0 0.03 218.57 0.83 0.84
Hex B2 CB F8 1C 12 0 3 DB 53 54
Octal 262 313 370 34 22 0 3 333 123 124
Binary 10110010 11001011 11111000 11100 10010 0 11 11011011 1010011 1010100

Color Harmonies of #B2CBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBF8

Black with #B2CBF8

Text Example


Text Example

White with #B2CBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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