Html Css Color HEX #B5C9F1 Tropical Blue

📋 copy color: '#B5C9F1'

red 181 ◦ green 201 ◦ blue 241

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

Shades of Tropical Blue #B5C9F1

Tints of Tropical Blue #B5C9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 29.05%
G = 32.26%
B = 38.68%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B5C9F1 (or 0xB5C9F1) is known color: Tropical Blue. HEX triplet: B5, C9 and F1. RGB value is (181,201,241). Sum of RGB (Red+Green+Blue) = 181+201+241=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #B5C9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C9F1 is #4A360E. Grayscale: #C7C7C7. Windows color (decimal): -4863503 or 15845813. OLE color: 15845813.

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

Color convert

RGB 181 201 241 -
CMYK 0.25 0.17 0 0.05
HSL 220º 0.68% 0.83% -
HSV(B) 220º 0.25% 0.95% -
XYZ 55.82 57.95 91.46 -
YUV 199.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 181 201 241 0.25 0.17 0 0.05 220 0.68 0.83
Hex B5 C9 F1 19 11 0 5 DC 44 53
Octal 265 311 361 31 21 0 5 334 104 123
Binary 10110101 11001001 11110001 11001 10001 0 101 11011100 1000100 1010011

Color Harmonies of #B5C9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C9F1

Black with #B5C9F1

Text Example


Text Example

White with #B5C9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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