Html Css Color HEX #B1CCEA Tropical Blue

📋 copy color: '#B1CCEA'

red 177 ◦ green 204 ◦ blue 234

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

Shades of Tropical Blue #B1CCEA

Tints of Tropical Blue #B1CCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 28.78%
G = 33.17%
B = 38.05%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1CCEA (or 0xB1CCEA) is known color: Tropical Blue. HEX triplet: B1, CC and EA. RGB value is (177,204,234). Sum of RGB (Red+Green+Blue) = 177+204+234=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1CCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CCEA is #4E3315. Grayscale: #C7C7C7. Windows color (decimal): -5124886 or 15387825. OLE color: 15387825.

HSL color Cylindrical-coordinate representation of color #B1CCEA: hue angle of 211.58º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1CCEA is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 204 234 -
CMYK 0.24 0.13 0 0.08
HSL 211.58º 0.58% 0.81% -
HSV(B) 211.58º 0.24% 0.92% -
XYZ 54.58 58.47 86.25 -
YUV 199.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 177 204 234 0.24 0.13 0 0.08 211.58 0.58 0.81
Hex B1 CC EA 18 D 0 8 D4 3A 51
Octal 261 314 352 30 15 0 10 324 72 121
Binary 10110001 11001100 11101010 11000 1101 0 1000 11010100 111010 1010001

Color Harmonies of #B1CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCEA

Black with #B1CCEA

Text Example


Text Example

White with #B1CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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