Html Css Color HEX #B1CCF6 Tropical Blue

📋 copy color: '#B1CCF6'

red 177 ◦ green 204 ◦ blue 246

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

Shades of Tropical Blue #B1CCF6

Tints of Tropical Blue #B1CCF6

RGB

 RED value IS 177 (69.53% from 255) = 28.23%

 GREEN value IS 204 (80.08% from 255) = 32.54%

 BLUE value IS 246 (96.48% from 255) = 39.23%

R = 28.23%
G = 32.54%
B = 39.23%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B1CCF6 (or 0xB1CCF6) is known color: Tropical Blue. HEX triplet: B1, CC and F6. RGB value is (177,204,246). Sum of RGB (Red+Green+Blue) = 177+204+246=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #B1CCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CCF6 is #4E3309. Grayscale: #C8C8C8. Windows color (decimal): -5124874 or 16174257. OLE color: 16174257.

HSL color Cylindrical-coordinate representation of color #B1CCF6: hue angle of 216.52º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1CCF6 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 204 246 -
CMYK 0.28 0.17 0 0.04
HSL 216.52º 0.79% 0.83% -
HSV(B) 216.52º 0.28% 0.96% -
XYZ 56.36 59.19 95.64 -
YUV 200.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 177 204 246 0.28 0.17 0 0.04 216.52 0.79 0.83
Hex B1 CC F6 1C 11 0 4 D9 4F 53
Octal 261 314 366 34 21 0 4 331 117 123
Binary 10110001 11001100 11110110 11100 10001 0 100 11011001 1001111 1010011

Color Harmonies of #B1CCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCF6

Black with #B1CCF6

Text Example


Text Example

White with #B1CCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCF6; }

 p { color: rgb(177,204,246); }

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

background-color css

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

 a { background-color: rgb(177,204,246); }

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

border-color css

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

 span { border-color: rgb(177,204,246); }

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