Html Css Color HEX #B5C9F3 Tropical Blue

📋 copy color: '#B5C9F3'

red 181 ◦ green 201 ◦ blue 243

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

Shades of Tropical Blue #B5C9F3

Tints of Tropical Blue #B5C9F3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.16%

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

R = 28.96%
G = 32.16%
B = 38.88%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B5C9F3 (or 0xB5C9F3) is known color: Tropical Blue. HEX triplet: B5, C9 and F3. RGB value is (181,201,243). Sum of RGB (Red+Green+Blue) = 181+201+243=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5C9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C9F3 is #4A360C. Grayscale: #C7C7C7. Windows color (decimal): -4863501 or 15976885. OLE color: 15976885.

HSL color Cylindrical-coordinate representation of color #B5C9F3: hue angle of 220.65º 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 #B5C9F3 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 201 243 -
CMYK 0.26 0.17 0 0.05
HSL 220.65º 0.72% 0.83% -
HSV(B) 220.65º 0.26% 0.95% -
XYZ 56.12 58.07 93.04 -
YUV 199.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 181 201 243 0.26 0.17 0 0.05 220.65 0.72 0.83
Hex B5 C9 F3 1A 11 0 5 DD 48 53
Octal 265 311 363 32 21 0 5 335 110 123
Binary 10110101 11001001 11110011 11010 10001 0 101 11011101 1001000 1010011

Color Harmonies of #B5C9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C9F3

Black with #B5C9F3

Text Example


Text Example

White with #B5C9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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