Html Css Color HEX #97BEC1 Casper

📋 copy color: '#97BEC1'

red 151 ◦ green 190 ◦ blue 193

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

Shades of Casper #97BEC1

Tints of Casper #97BEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.58%

 BLUE value IS 193 (75.78% from 255) = 36.14%

R = 28.28%
G = 35.58%
B = 36.14%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#97BEC1 (or 0x97BEC1) is known color: Casper. HEX triplet: 97, BE and C1. RGB value is (151,190,193). Sum of RGB (Red+Green+Blue) = 151+190+193=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #97BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BEC1 is #68413E. Grayscale: #B2B2B2. Windows color (decimal): -6832447 or 12697239. OLE color: 12697239.

HSL color Cylindrical-coordinate representation of color #97BEC1: hue angle of 184.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97BEC1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 190 193 -
CMYK 0.22 0.02 0 0.24
HSL 184.29º 0.25% 0.67% -
HSV(B) 184.29º 0.22% 0.76% -
XYZ 40.8 47.26 57.42 -
YUV 178.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 151 190 193 0.22 0.02 0 0.24 184.29 0.25 0.67
Hex 97 BE C1 16 2 0 18 B8 19 43
Octal 227 276 301 26 2 0 30 270 31 103
Binary 10010111 10111110 11000001 10110 10 0 11000 10111000 11001 1000011

Color Harmonies of #97BEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BEC1

Black with #97BEC1

Text Example


Text Example

White with #97BEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,190,193); }

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

background-color css

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

 a { background-color: rgb(151,190,193); }

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

border-color css

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

 span { border-color: rgb(151,190,193); }

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