Html Css Color HEX #B5CCED Tropical Blue

📋 copy color: '#B5CCED'

red 181 ◦ green 204 ◦ blue 237

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

Shades of Tropical Blue #B5CCED

Tints of Tropical Blue #B5CCED

RGB

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

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

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

R = 29.1%
G = 32.8%
B = 38.1%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5CCED (or 0xB5CCED) is known color: Tropical Blue. HEX triplet: B5, CC and ED. RGB value is (181,204,237). Sum of RGB (Red+Green+Blue) = 181+204+237=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CCED is #4A3312. Grayscale: #C8C8C8. Windows color (decimal): -4862739 or 15584437. OLE color: 15584437.

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

Color convert

RGB 181 204 237 -
CMYK 0.24 0.14 0 0.07
HSL 215.36º 0.61% 0.82% -
HSV(B) 215.36º 0.24% 0.93% -
XYZ 55.93 59.12 88.58 -
YUV 200.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 181 204 237 0.24 0.14 0 0.07 215.36 0.61 0.82
Hex B5 CC ED 18 E 0 7 D7 3D 52
Octal 265 314 355 30 16 0 7 327 75 122
Binary 10110101 11001100 11101101 11000 1110 0 111 11010111 111101 1010010

Color Harmonies of #B5CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CCED

Black with #B5CCED

Text Example


Text Example

White with #B5CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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