Html Css Color HEX #96C6DB Regent St Blue

📋 copy color: '#96C6DB'

red 150 ◦ green 198 ◦ blue 219

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

Shades of Regent St Blue #96C6DB

Tints of Regent St Blue #96C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.92%

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

R = 26.46%
G = 34.92%
B = 38.62%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96C6DB (or 0x96C6DB) is known color: Regent St Blue. HEX triplet: 96, C6 and DB. RGB value is (150,198,219). Sum of RGB (Red+Green+Blue) = 150+198+219=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #96C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6DB is #693924. Grayscale: #B9B9B9. Windows color (decimal): -6895909 or 14403222. OLE color: 14403222.

HSL color Cylindrical-coordinate representation of color #96C6DB: hue angle of 198.26º 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 #96C6DB is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 198 219 -
CMYK 0.32 0.10 0 0.14
HSL 198.26º 0.49% 0.72% -
HSV(B) 198.26º 0.32% 0.86% -
XYZ 45.56 51.99 74.65 -
YUV 186.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 150 198 219 0.32 0.10 0 0.14 198.26 0.49 0.72
Hex 96 C6 DB 20 A 0 E C6 31 48
Octal 226 306 333 40 12 0 16 306 61 110
Binary 10010110 11000110 11011011 100000 1010 0 1110 11000110 110001 1001000

Color Harmonies of #96C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C6DB

Black with #96C6DB

Text Example


Text Example

White with #96C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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