Html Css Color HEX #96CBDC Regent St Blue

📋 copy color: '#96CBDC'

red 150 ◦ green 203 ◦ blue 220

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

Shades of Regent St Blue #96CBDC

Tints of Regent St Blue #96CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.43%

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 26.18%
G = 35.43%
B = 38.39%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96CBDC (or 0x96CBDC) is known color: Regent St Blue. HEX triplet: 96, CB and DC. RGB value is (150,203,220). Sum of RGB (Red+Green+Blue) = 150+203+220=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #96CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBDC is #693423. Grayscale: #BCBCBC. Windows color (decimal): -6894628 or 14470038. OLE color: 14470038.

HSL color Cylindrical-coordinate representation of color #96CBDC: hue angle of 194.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CBDC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 203 220 -
CMYK 0.32 0.08 0 0.14
HSL 194.57º 0.5% 0.73% -
HSV(B) 194.57º 0.32% 0.86% -
XYZ 46.85 54.36 75.73 -
YUV 189.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 150 203 220 0.32 0.08 0 0.14 194.57 0.5 0.73
Hex 96 CB DC 20 8 0 E C3 32 49
Octal 226 313 334 40 10 0 16 303 62 111
Binary 10010110 11001011 11011100 100000 1000 0 1110 11000011 110010 1001001

Color Harmonies of #96CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBDC

Black with #96CBDC

Text Example


Text Example

White with #96CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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