Html Css Color HEX #B9CFFE Tropical Blue

📋 copy color: '#B9CFFE'

red 185 ◦ green 207 ◦ blue 254

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

Shades of Tropical Blue #B9CFFE

Tints of Tropical Blue #B9CFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.04%

 BLUE value IS 254 (99.61% from 255) = 39.32%

R = 28.64%
G = 32.04%
B = 39.32%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9CFFE (or 0xB9CFFE) is known color: Tropical Blue. HEX triplet: B9, CF and FE. RGB value is (185,207,254). Sum of RGB (Red+Green+Blue) = 185+207+254=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFFE is #463001. Grayscale: #CDCDCD. Windows color (decimal): -4599810 or 16699321. OLE color: 16699321.

HSL color Cylindrical-coordinate representation of color #B9CFFE: hue angle of 220.87º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9CFFE is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 207 254 -
CMYK 0.27 0.19 0 0.00
HSL 220.87º 0.97% 0.86% -
HSV(B) 220.87º 0.27% 1% -
XYZ 60.21 62.1 102.58 -
YUV 205.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 185 207 254 0.27 0.19 0 0.00 220.87 0.97 0.86
Hex B9 CF FE 1B 13 0 0 DD 61 56
Octal 271 317 376 33 23 0 0 335 141 126
Binary 10111001 11001111 11111110 11011 10011 0 0 11011101 1100001 1010110

Color Harmonies of #B9CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFFE

Black with #B9CFFE

Text Example


Text Example

White with #B9CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFFE; }

 p { color: rgb(185,207,254); }

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

background-color css

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

 a { background-color: rgb(185,207,254); }

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

border-color css

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

 span { border-color: rgb(185,207,254); }

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