Html Css Color HEX #B5CBE4 Tropical Blue

📋 copy color: '#B5CBE4'

red 181 ◦ green 203 ◦ blue 228

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

Shades of Tropical Blue #B5CBE4

Tints of Tropical Blue #B5CBE4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.17%

 BLUE value IS 228 (89.45% from 255) = 37.25%

R = 29.58%
G = 33.17%
B = 37.25%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B5CBE4 (or 0xB5CBE4) is known color: Tropical Blue. HEX triplet: B5, CB and E4. RGB value is (181,203,228). Sum of RGB (Red+Green+Blue) = 181+203+228=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #B5CBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBE4 is #4A341B. Grayscale: #C7C7C7. Windows color (decimal): -4863004 or 14994357. OLE color: 14994357.

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

Color convert

RGB 181 203 228 -
CMYK 0.21 0.11 0 0.11
HSL 211.91º 0.47% 0.8% -
HSV(B) 211.91º 0.21% 0.89% -
XYZ 54.42 58.14 81.75 -
YUV 199.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 181 203 228 0.21 0.11 0 0.11 211.91 0.47 0.8
Hex B5 CB E4 15 B 0 B D4 2F 50
Octal 265 313 344 25 13 0 13 324 57 120
Binary 10110101 11001011 11100100 10101 1011 0 1011 11010100 101111 1010000

Color Harmonies of #B5CBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CBE4

Black with #B5CBE4

Text Example


Text Example

White with #B5CBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CBE4; }

 p { color: rgb(181,203,228); }

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

background-color css

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

 a { background-color: rgb(181,203,228); }

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

border-color css

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

 span { border-color: rgb(181,203,228); }

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