Html Css Color HEX #B9FDEE Water Leaf

📋 copy color: '#B9FDEE'

red 185 ◦ green 253 ◦ blue 238

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

Shades of Water Leaf #B9FDEE

Tints of Water Leaf #B9FDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.43%

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

R = 27.37%
G = 37.43%
B = 35.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#B9FDEE (or 0xB9FDEE) is known color: Water Leaf. HEX triplet: B9, FD and EE. RGB value is (185,253,238). Sum of RGB (Red+Green+Blue) = 185+253+238=676 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.37% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDEE is #460211. Grayscale: #E6E6E6. Windows color (decimal): -4588050 or 15662521. OLE color: 15662521.

HSL color Cylindrical-coordinate representation of color #B9FDEE: hue angle of 166.76º 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 #B9FDEE is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 253 238 -
CMYK 0.27 0 0.06 0.01
HSL 166.76º 0.94% 0.86% -
HSV(B) 166.76º 0.27% 0.99% -
XYZ 70.57 86.74 93.91 -
YUV 230.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 185 253 238 0.27 0 0.06 0.01 166.76 0.94 0.86
Hex B9 FD EE 1B 0 6 1 A7 5E 56
Octal 271 375 356 33 0 6 1 247 136 126
Binary 10111001 11111101 11101110 11011 0 110 1 10100111 1011110 1010110

Color Harmonies of #B9FDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FDEE

Black with #B9FDEE

Text Example


Text Example

White with #B9FDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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