Html Css Color HEX #B2CBF1 Tropical Blue

📋 copy color: '#B2CBF1'

red 178 ◦ green 203 ◦ blue 241

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

Shades of Tropical Blue #B2CBF1

Tints of Tropical Blue #B2CBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.75%

R = 28.62%
G = 32.64%
B = 38.75%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2CBF1 (or 0xB2CBF1) is known color: Tropical Blue. HEX triplet: B2, CB and F1. RGB value is (178,203,241). Sum of RGB (Red+Green+Blue) = 178+203+241=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CBF1 is #4D340E. Grayscale: #C7C7C7. Windows color (decimal): -5059599 or 15846322. OLE color: 15846322.

HSL color Cylindrical-coordinate representation of color #B2CBF1: hue angle of 216.19º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2CBF1 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 203 241 -
CMYK 0.26 0.16 0 0.05
HSL 216.19º 0.69% 0.82% -
HSV(B) 216.19º 0.26% 0.95% -
XYZ 55.59 58.53 91.59 -
YUV 199.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 178 203 241 0.26 0.16 0 0.05 216.19 0.69 0.82
Hex B2 CB F1 1A 10 0 5 D8 45 52
Octal 262 313 361 32 20 0 5 330 105 122
Binary 10110010 11001011 11110001 11010 10000 0 101 11011000 1000101 1010010

Color Harmonies of #B2CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBF1

Black with #B2CBF1

Text Example


Text Example

White with #B2CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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