Html Css Color HEX #B5CDEC Tropical Blue

📋 copy color: '#B5CDEC'

red 181 ◦ green 205 ◦ blue 236

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

Shades of Tropical Blue #B5CDEC

Tints of Tropical Blue #B5CDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 29.1%
G = 32.96%
B = 37.94%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5CDEC (or 0xB5CDEC) is known color: Tropical Blue. HEX triplet: B5, CD and EC. RGB value is (181,205,236). Sum of RGB (Red+Green+Blue) = 181+205+236=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CDEC is #4A3213. Grayscale: #C9C9C9. Windows color (decimal): -4862484 or 15519157. OLE color: 15519157.

HSL color Cylindrical-coordinate representation of color #B5CDEC: hue angle of 213.82º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5CDEC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 205 236 -
CMYK 0.23 0.13 0 0.07
HSL 213.82º 0.59% 0.82% -
HSV(B) 213.82º 0.23% 0.93% -
XYZ 56.03 59.54 87.9 -
YUV 201.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 181 205 236 0.23 0.13 0 0.07 213.82 0.59 0.82
Hex B5 CD EC 17 D 0 7 D6 3B 52
Octal 265 315 354 27 15 0 7 326 73 122
Binary 10110101 11001101 11101100 10111 1101 0 111 11010110 111011 1010010

Color Harmonies of #B5CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CDEC

Black with #B5CDEC

Text Example


Text Example

White with #B5CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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