Html Css Color HEX #96C0CE Regent St Blue

📋 copy color: '#96C0CE'

red 150 ◦ green 192 ◦ blue 206

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

Shades of Regent St Blue #96C0CE

Tints of Regent St Blue #96C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.04%

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 27.37%
G = 35.04%
B = 37.59%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96C0CE (or 0x96C0CE) is known color: Regent St Blue. HEX triplet: 96, C0 and CE. RGB value is (150,192,206). Sum of RGB (Red+Green+Blue) = 150+192+206=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #96C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0CE is #693F31. Grayscale: #B4B4B4. Windows color (decimal): -6897458 or 13549718. OLE color: 13549718.

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

Color convert

RGB 150 192 206 -
CMYK 0.27 0.07 0 0.19
HSL 195º 0.36% 0.7% -
HSV(B) 195º 0.27% 0.81% -
XYZ 42.57 48.64 65.54 -
YUV 181.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 150 192 206 0.27 0.07 0 0.19 195 0.36 0.7
Hex 96 C0 CE 1B 7 0 13 C3 24 46
Octal 226 300 316 33 7 0 23 303 44 106
Binary 10010110 11000000 11001110 11011 111 0 10011 11000011 100100 1000110

Color Harmonies of #96C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0CE

Black with #96C0CE

Text Example


Text Example

White with #96C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,206); }

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

background-color css

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

 a { background-color: rgb(150,192,206); }

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

border-color css

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

 span { border-color: rgb(150,192,206); }

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