Html Css Color HEX #B1CCED Tropical Blue

📋 copy color: '#B1CCED'

red 177 ◦ green 204 ◦ blue 237

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

Shades of Tropical Blue #B1CCED

Tints of Tropical Blue #B1CCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.35%

R = 28.64%
G = 33.01%
B = 38.35%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1CCED (or 0xB1CCED) is known color: Tropical Blue. HEX triplet: B1, CC and ED. RGB value is (177,204,237). Sum of RGB (Red+Green+Blue) = 177+204+237=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CCED is #4E3312. Grayscale: #C7C7C7. Windows color (decimal): -5124883 or 15584433. OLE color: 15584433.

HSL color Cylindrical-coordinate representation of color #B1CCED: hue angle of 213º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1CCED is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 204 237 -
CMYK 0.25 0.14 0 0.07
HSL 213º 0.63% 0.81% -
HSV(B) 213º 0.25% 0.93% -
XYZ 55.01 58.65 88.54 -
YUV 199.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 177 204 237 0.25 0.14 0 0.07 213 0.63 0.81
Hex B1 CC ED 19 E 0 7 D5 3E 51
Octal 261 314 355 31 16 0 7 325 76 121
Binary 10110001 11001100 11101101 11001 1110 0 111 11010101 111110 1010001

Color Harmonies of #B1CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCED

Black with #B1CCED

Text Example


Text Example

White with #B1CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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