Html Css Color HEX #B2CBFF Tropical Blue

📋 copy color: '#B2CBFF'

red 178 ◦ green 203 ◦ blue 255

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

Shades of Tropical Blue #B2CBFF

Tints of Tropical Blue #B2CBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.09%

R = 27.99%
G = 31.92%
B = 40.09%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B2CBFF (or 0xB2CBFF) is known color: Tropical Blue. HEX triplet: B2, CB and FF. RGB value is (178,203,255). Sum of RGB (Red+Green+Blue) = 178+203+255=636 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.99% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CBFF is #4D3400. Grayscale: #C9C9C9. Windows color (decimal): -5059585 or 16763826. OLE color: 16763826.

HSL color Cylindrical-coordinate representation of color #B2CBFF: hue angle of 220.52º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2CBFF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 203 255 -
CMYK 0.30 0.20 0 0
HSL 220.52º 1% 0.85% -
HSV(B) 220.52º 0.3% 1% -
XYZ 57.77 59.4 103.03 -
YUV 201.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 178 203 255 0.30 0.20 0 0 220.52 1 0.85
Hex B2 CB FF 1E 14 0 0 DD 64 55
Octal 262 313 377 36 24 0 0 335 144 125
Binary 10110010 11001011 11111111 11110 10100 0 0 11011101 1100100 1010101

Color Harmonies of #B2CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBFF

Black with #B2CBFF

Text Example


Text Example

White with #B2CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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