Html Css Color HEX #96BFCD Regent St Blue

📋 copy color: '#96BFCD'

red 150 ◦ green 191 ◦ blue 205

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

Shades of Regent St Blue #96BFCD

Tints of Regent St Blue #96BFCD

RGB

 RED value IS 150 (58.98% from 255) = 27.47%

 GREEN value IS 191 (75% from 255) = 34.98%

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 27.47%
G = 34.98%
B = 37.55%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96BFCD (or 0x96BFCD) is known color: Regent St Blue. HEX triplet: 96, BF and CD. RGB value is (150,191,205). Sum of RGB (Red+Green+Blue) = 150+191+205=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #96BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFCD is #694032. Grayscale: #B4B4B4. Windows color (decimal): -6897715 or 13483926. OLE color: 13483926.

HSL color Cylindrical-coordinate representation of color #96BFCD: hue angle of 195.27º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BFCD is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 191 205 -
CMYK 0.27 0.07 0 0.20
HSL 195.27º 0.35% 0.7% -
HSV(B) 195.27º 0.27% 0.8% -
XYZ 42.23 48.15 64.83 -
YUV 180.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 150 191 205 0.27 0.07 0 0.20 195.27 0.35 0.7
Hex 96 BF CD 1B 7 0 14 C3 23 46
Octal 226 277 315 33 7 0 24 303 43 106
Binary 10010110 10111111 11001101 11011 111 0 10100 11000011 100011 1000110

Color Harmonies of #96BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFCD

Black with #96BFCD

Text Example


Text Example

White with #96BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BFCD; }

 p { color: rgb(150,191,205); }

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

background-color css

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

 a { background-color: rgb(150,191,205); }

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

border-color css

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

 span { border-color: rgb(150,191,205); }

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