Html Css Color HEX #9BFDE5 Water Leaf

📋 copy color: '#9BFDE5'

red 155 ◦ green 253 ◦ blue 229

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

Shades of Water Leaf #9BFDE5

Tints of Water Leaf #9BFDE5

RGB

 RED value IS 155 (60.94% from 255) = 24.33%

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

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 24.33%
G = 39.72%
B = 35.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#9BFDE5 (or 0x9BFDE5) is known color: Water Leaf. HEX triplet: 9B, FD and E5. RGB value is (155,253,229). Sum of RGB (Red+Green+Blue) = 155+253+229=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDE5 is #64021A. Grayscale: #DCDCDC. Windows color (decimal): -6554139 or 15072667. OLE color: 15072667.

HSL color Cylindrical-coordinate representation of color #9BFDE5: hue angle of 165.31º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDE5 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 253 229 -
CMYK 0.39 0 0.09 0.01
HSL 165.31º 0.96% 0.8% -
HSV(B) 165.31º 0.39% 0.99% -
XYZ 62.79 82.88 86.82 -
YUV 220.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 155 253 229 0.39 0 0.09 0.01 165.31 0.96 0.8
Hex 9B FD E5 27 0 9 1 A5 60 50
Octal 233 375 345 47 0 11 1 245 140 120
Binary 10011011 11111101 11100101 100111 0 1001 1 10100101 1100000 1010000

Color Harmonies of #9BFDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFDE5

Black with #9BFDE5

Text Example


Text Example

White with #9BFDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BFDE5; }

 p { color: rgb(155,253,229); }

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

background-color css

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

 a { background-color: rgb(155,253,229); }

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

border-color css

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

 span { border-color: rgb(155,253,229); }

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