Html Css Color HEX #96BBD2 Regent St Blue

📋 copy color: '#96BBD2'

red 150 ◦ green 187 ◦ blue 210

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

Shades of Regent St Blue #96BBD2

Tints of Regent St Blue #96BBD2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.19%

 BLUE value IS 210 (82.42% from 255) = 38.39%

R = 27.42%
G = 34.19%
B = 38.39%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#96BBD2 (or 0x96BBD2) is known color: Regent St Blue. HEX triplet: 96, BB and D2. RGB value is (150,187,210). Sum of RGB (Red+Green+Blue) = 150+187+210=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #96BBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBD2 is #69442D. Grayscale: #B2B2B2. Windows color (decimal): -6898734 or 13810582. OLE color: 13810582.

HSL color Cylindrical-coordinate representation of color #96BBD2: hue angle of 203º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96BBD2 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 187 210 -
CMYK 0.29 0.11 0 0.18
HSL 203º 0.4% 0.71% -
HSV(B) 203º 0.29% 0.82% -
XYZ 41.98 46.68 67.77 -
YUV 178.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 150 187 210 0.29 0.11 0 0.18 203 0.4 0.71
Hex 96 BB D2 1D B 0 12 CB 28 47
Octal 226 273 322 35 13 0 22 313 50 107
Binary 10010110 10111011 11010010 11101 1011 0 10010 11001011 101000 1000111

Color Harmonies of #96BBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BBD2

Black with #96BBD2

Text Example


Text Example

White with #96BBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,187,210); }

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

background-color css

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

 a { background-color: rgb(150,187,210); }

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

border-color css

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

 span { border-color: rgb(150,187,210); }

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