Html Css Color HEX #B9CFEE Tropical Blue

📋 copy color: '#B9CFEE'

red 185 ◦ green 207 ◦ blue 238

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

Shades of Tropical Blue #B9CFEE

Tints of Tropical Blue #B9CFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.78%

R = 29.37%
G = 32.86%
B = 37.78%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9CFEE (or 0xB9CFEE) is known color: Tropical Blue. HEX triplet: B9, CF and EE. RGB value is (185,207,238). Sum of RGB (Red+Green+Blue) = 185+207+238=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFEE is #463011. Grayscale: #CBCBCB. Windows color (decimal): -4599826 or 15650745. OLE color: 15650745.

HSL color Cylindrical-coordinate representation of color #B9CFEE: hue angle of 215.09º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9CFEE is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 207 238 -
CMYK 0.22 0.13 0 0.07
HSL 215.09º 0.61% 0.83% -
HSV(B) 215.09º 0.22% 0.93% -
XYZ 57.75 61.11 89.64 -
YUV 203.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 185 207 238 0.22 0.13 0 0.07 215.09 0.61 0.83
Hex B9 CF EE 16 D 0 7 D7 3D 53
Octal 271 317 356 26 15 0 7 327 75 123
Binary 10111001 11001111 11101110 10110 1101 0 111 11010111 111101 1010011

Color Harmonies of #B9CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFEE

Black with #B9CFEE

Text Example


Text Example

White with #B9CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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