Html Css Color HEX #B5CCFE Tropical Blue

📋 copy color: '#B5CCFE'

red 181 ◦ green 204 ◦ blue 254

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

Shades of Tropical Blue #B5CCFE

Tints of Tropical Blue #B5CCFE

RGB

 RED value IS 181 (71.09% from 255) = 28.33%

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

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 28.33%
G = 31.92%
B = 39.75%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5CCFE (or 0xB5CCFE) is known color: Tropical Blue. HEX triplet: B5, CC and FE. RGB value is (181,204,254). Sum of RGB (Red+Green+Blue) = 181+204+254=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CCFE is #4A3301. Grayscale: #CACACA. Windows color (decimal): -4862722 or 16698549. OLE color: 16698549.

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

Color convert

RGB 181 204 254 -
CMYK 0.29 0.20 0 0.00
HSL 221.1º 0.97% 0.85% -
HSV(B) 221.1º 0.29% 1% -
XYZ 58.54 60.17 102.29 -
YUV 202.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 181 204 254 0.29 0.20 0 0.00 221.1 0.97 0.85
Hex B5 CC FE 1D 14 0 0 DD 61 55
Octal 265 314 376 35 24 0 0 335 141 125
Binary 10110101 11001100 11111110 11101 10100 0 0 11011101 1100001 1010101

Color Harmonies of #B5CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CCFE

Black with #B5CCFE

Text Example


Text Example

White with #B5CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CCFE; }

 p { color: rgb(181,204,254); }

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

background-color css

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

 a { background-color: rgb(181,204,254); }

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

border-color css

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

 span { border-color: rgb(181,204,254); }

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