Html Css Color HEX #B5CBF3 Tropical Blue

📋 copy color: '#B5CBF3'

red 181 ◦ green 203 ◦ blue 243

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

Shades of Tropical Blue #B5CBF3

Tints of Tropical Blue #B5CBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.76%

R = 28.87%
G = 32.38%
B = 38.76%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B5CBF3 (or 0xB5CBF3) is known color: Tropical Blue. HEX triplet: B5, CB and F3. RGB value is (181,203,243). Sum of RGB (Red+Green+Blue) = 181+203+243=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5CBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CBF3 is #4A340C. Grayscale: #C8C8C8. Windows color (decimal): -4862989 or 15977397. OLE color: 15977397.

HSL color Cylindrical-coordinate representation of color #B5CBF3: hue angle of 218.71º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5CBF3 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 203 243 -
CMYK 0.26 0.16 0 0.05
HSL 218.71º 0.72% 0.83% -
HSV(B) 218.71º 0.26% 0.95% -
XYZ 56.59 59.01 93.2 -
YUV 200.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 181 203 243 0.26 0.16 0 0.05 218.71 0.72 0.83
Hex B5 CB F3 1A 10 0 5 DB 48 53
Octal 265 313 363 32 20 0 5 333 110 123
Binary 10110101 11001011 11110011 11010 10000 0 101 11011011 1001000 1010011

Color Harmonies of #B5CBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CBF3

Black with #B5CBF3

Text Example


Text Example

White with #B5CBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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