Html Css Color HEX #B9CCF0 Tropical Blue

📋 copy color: '#B9CCF0'

red 185 ◦ green 204 ◦ blue 240

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

Shades of Tropical Blue #B9CCF0

Tints of Tropical Blue #B9CCF0

RGB

 RED value IS 185 (72.66% from 255) = 29.41%

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

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 29.41%
G = 32.43%
B = 38.16%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B9CCF0 (or 0xB9CCF0) is known color: Tropical Blue. HEX triplet: B9, CC and F0. RGB value is (185,204,240). Sum of RGB (Red+Green+Blue) = 185+204+240=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #B9CCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CCF0 is #46330F. Grayscale: #CACACA. Windows color (decimal): -4600592 or 15781049. OLE color: 15781049.

HSL color Cylindrical-coordinate representation of color #B9CCF0: hue angle of 219.27º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9CCF0 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 204 240 -
CMYK 0.23 0.15 0 0.06
HSL 219.27º 0.65% 0.83% -
HSV(B) 219.27º 0.23% 0.94% -
XYZ 57.33 59.79 90.96 -
YUV 202.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 185 204 240 0.23 0.15 0 0.06 219.27 0.65 0.83
Hex B9 CC F0 17 F 0 6 DB 41 53
Octal 271 314 360 27 17 0 6 333 101 123
Binary 10111001 11001100 11110000 10111 1111 0 110 11011011 1000001 1010011

Color Harmonies of #B9CCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCF0

Black with #B9CCF0

Text Example


Text Example

White with #B9CCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCF0; }

 p { color: rgb(185,204,240); }

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

background-color css

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

 a { background-color: rgb(185,204,240); }

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

border-color css

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

 span { border-color: rgb(185,204,240); }

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