Html Css Color HEX #B9CFFD Tropical Blue

📋 copy color: '#B9CFFD'

red 185 ◦ green 207 ◦ blue 253

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

Shades of Tropical Blue #B9CFFD

Tints of Tropical Blue #B9CFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.22%

R = 28.68%
G = 32.09%
B = 39.22%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9CFFD (or 0xB9CFFD) is known color: Tropical Blue. HEX triplet: B9, CF and FD. RGB value is (185,207,253). Sum of RGB (Red+Green+Blue) = 185+207+253=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFFD is #463002. Grayscale: #CDCDCD. Windows color (decimal): -4599811 or 16633785. OLE color: 16633785.

HSL color Cylindrical-coordinate representation of color #B9CFFD: hue angle of 220.59º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9CFFD is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 207 253 -
CMYK 0.27 0.18 0 0.01
HSL 220.59º 0.94% 0.86% -
HSV(B) 220.59º 0.27% 0.99% -
XYZ 60.05 62.03 101.74 -
YUV 205.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 185 207 253 0.27 0.18 0 0.01 220.59 0.94 0.86
Hex B9 CF FD 1B 12 0 1 DD 5E 56
Octal 271 317 375 33 22 0 1 335 136 126
Binary 10111001 11001111 11111101 11011 10010 0 1 11011101 1011110 1010110

Color Harmonies of #B9CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFFD

Black with #B9CFFD

Text Example


Text Example

White with #B9CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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