Html Css Color HEX #96CCDB Regent St Blue

📋 copy color: '#96CCDB'

red 150 ◦ green 204 ◦ blue 219

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

Shades of Regent St Blue #96CCDB

Tints of Regent St Blue #96CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 26.18%
G = 35.6%
B = 38.22%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96CCDB (or 0x96CCDB) is known color: Regent St Blue. HEX triplet: 96, CC and DB. RGB value is (150,204,219). Sum of RGB (Red+Green+Blue) = 150+204+219=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #96CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCDB is #693324. Grayscale: #BDBDBD. Windows color (decimal): -6894373 or 14404758. OLE color: 14404758.

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

Color convert

RGB 150 204 219 -
CMYK 0.32 0.07 0 0.14
HSL 193.04º 0.49% 0.72% -
HSV(B) 193.04º 0.32% 0.86% -
XYZ 46.96 54.78 75.12 -
YUV 189.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 150 204 219 0.32 0.07 0 0.14 193.04 0.49 0.72
Hex 96 CC DB 20 7 0 E C1 31 48
Octal 226 314 333 40 7 0 16 301 61 110
Binary 10010110 11001100 11011011 100000 111 0 1110 11000001 110001 1001000

Color Harmonies of #96CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCDB

Black with #96CCDB

Text Example


Text Example

White with #96CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,219); }

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

background-color css

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

 a { background-color: rgb(150,204,219); }

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

border-color css

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

 span { border-color: rgb(150,204,219); }

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