Html Css Color HEX #97BDC3 Casper

📋 copy color: '#97BDC3'

red 151 ◦ green 189 ◦ blue 195

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

Shades of Casper #97BDC3

Tints of Casper #97BDC3

RGB

 RED value IS 151 (59.38% from 255) = 28.22%

 GREEN value IS 189 (74.22% from 255) = 35.33%

 BLUE value IS 195 (76.56% from 255) = 36.45%

R = 28.22%
G = 35.33%
B = 36.45%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#97BDC3 (or 0x97BDC3) is known color: Casper. HEX triplet: 97, BD and C3. RGB value is (151,189,195). Sum of RGB (Red+Green+Blue) = 151+189+195=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 195 - color contains mainly: blue. Hex color #97BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDC3 is #68423C. Grayscale: #B2B2B2. Windows color (decimal): -6832701 or 12828055. OLE color: 12828055.

HSL color Cylindrical-coordinate representation of color #97BDC3: hue angle of 188.18º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97BDC3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 189 195 -
CMYK 0.23 0.03 0 0.24
HSL 188.18º 0.27% 0.68% -
HSV(B) 188.18º 0.23% 0.76% -
XYZ 40.81 46.91 58.53 -
YUV 178.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 151 189 195 0.23 0.03 0 0.24 188.18 0.27 0.68
Hex 97 BD C3 17 3 0 18 BC 1B 44
Octal 227 275 303 27 3 0 30 274 33 104
Binary 10010111 10111101 11000011 10111 11 0 11000 10111100 11011 1000100

Color Harmonies of #97BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BDC3

Black with #97BDC3

Text Example


Text Example

White with #97BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97BDC3; }

 p { color: rgb(151,189,195); }

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

background-color css

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

 a { background-color: rgb(151,189,195); }

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

border-color css

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

 span { border-color: rgb(151,189,195); }

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