Html Css Color HEX #B5CDE5 Tropical Blue

📋 copy color: '#B5CDE5'

red 181 ◦ green 205 ◦ blue 229

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

Shades of Tropical Blue #B5CDE5

Tints of Tropical Blue #B5CDE5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.33%

 BLUE value IS 229 (89.84% from 255) = 37.24%

R = 29.43%
G = 33.33%
B = 37.24%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B5CDE5 (or 0xB5CDE5) is known color: Tropical Blue. HEX triplet: B5, CD and E5. RGB value is (181,205,229). Sum of RGB (Red+Green+Blue) = 181+205+229=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #B5CDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDE5 is #4A321A. Grayscale: #C8C8C8. Windows color (decimal): -4862491 or 15060405. OLE color: 15060405.

HSL color Cylindrical-coordinate representation of color #B5CDE5: hue angle of 210º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5CDE5 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 205 229 -
CMYK 0.21 0.10 0 0.10
HSL 210º 0.48% 0.8% -
HSV(B) 210º 0.21% 0.9% -
XYZ 55.03 59.14 82.64 -
YUV 200.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 181 205 229 0.21 0.10 0 0.10 210 0.48 0.8
Hex B5 CD E5 15 A 0 A D2 30 50
Octal 265 315 345 25 12 0 12 322 60 120
Binary 10110101 11001101 11100101 10101 1010 0 1010 11010010 110000 1010000

Color Harmonies of #B5CDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CDE5

Black with #B5CDE5

Text Example


Text Example

White with #B5CDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CDE5; }

 p { color: rgb(181,205,229); }

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

background-color css

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

 a { background-color: rgb(181,205,229); }

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

border-color css

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

 span { border-color: rgb(181,205,229); }

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