Html Css Color HEX #9DBBBF Casper

📋 copy color: '#9DBBBF'

red 157 ◦ green 187 ◦ blue 191

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

Shades of Casper #9DBBBF

Tints of Casper #9DBBBF

RGB

 RED value IS 157 (61.72% from 255) = 29.35%

 GREEN value IS 187 (73.44% from 255) = 34.95%

 BLUE value IS 191 (75% from 255) = 35.7%

R = 29.35%
G = 34.95%
B = 35.7%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DBBBF (or 0x9DBBBF) is known color: Casper. HEX triplet: 9D, BB and BF. RGB value is (157,187,191). Sum of RGB (Red+Green+Blue) = 157+187+191=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DBBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBBF is #624440. Grayscale: #B2B2B2. Windows color (decimal): -6440001 or 12565405. OLE color: 12565405.

HSL color Cylindrical-coordinate representation of color #9DBBBF: hue angle of 187.06º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBBBF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 187 191 -
CMYK 0.18 0.02 0 0.25
HSL 187.06º 0.21% 0.68% -
HSV(B) 187.06º 0.18% 0.75% -
XYZ 41.08 46.47 56.09 -
YUV 178.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 157 187 191 0.18 0.02 0 0.25 187.06 0.21 0.68
Hex 9D BB BF 12 2 0 19 BB 15 44
Octal 235 273 277 22 2 0 31 273 25 104
Binary 10011101 10111011 10111111 10010 10 0 11001 10111011 10101 1000100

Color Harmonies of #9DBBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBBBF

Black with #9DBBBF

Text Example


Text Example

White with #9DBBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,191); }

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

background-color css

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

 a { background-color: rgb(157,187,191); }

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

border-color css

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

 span { border-color: rgb(157,187,191); }

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