Html Css Color HEX #96BFCB Regent St Blue

📋 copy color: '#96BFCB'

red 150 ◦ green 191 ◦ blue 203

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

Shades of Regent St Blue #96BFCB

Tints of Regent St Blue #96BFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 27.57%
G = 35.11%
B = 37.32%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96BFCB (or 0x96BFCB) is known color: Regent St Blue. HEX triplet: 96, BF and CB. RGB value is (150,191,203). Sum of RGB (Red+Green+Blue) = 150+191+203=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #96BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFCB is #694034. Grayscale: #B4B4B4. Windows color (decimal): -6897717 or 13352854. OLE color: 13352854.

HSL color Cylindrical-coordinate representation of color #96BFCB: hue angle of 193.58º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96BFCB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 191 203 -
CMYK 0.26 0.06 0 0.20
HSL 193.58º 0.34% 0.69% -
HSV(B) 193.58º 0.26% 0.8% -
XYZ 41.99 48.06 63.56 -
YUV 180.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 150 191 203 0.26 0.06 0 0.20 193.58 0.34 0.69
Hex 96 BF CB 1A 6 0 14 C2 22 45
Octal 226 277 313 32 6 0 24 302 42 105
Binary 10010110 10111111 11001011 11010 110 0 10100 11000010 100010 1000101

Color Harmonies of #96BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFCB

Black with #96BFCB

Text Example


Text Example

White with #96BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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