Html Css Color HEX #96BED2 Regent St Blue

📋 copy color: '#96BED2'

red 150 ◦ green 190 ◦ blue 210

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

Shades of Regent St Blue #96BED2

Tints of Regent St Blue #96BED2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.55%

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

R = 27.27%
G = 34.55%
B = 38.18%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#96BED2 (or 0x96BED2) is known color: Regent St Blue. HEX triplet: 96, BE and D2. RGB value is (150,190,210). Sum of RGB (Red+Green+Blue) = 150+190+210=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 210 - color contains mainly: blue. Hex color #96BED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BED2 is #69412D. Grayscale: #B4B4B4. Windows color (decimal): -6897966 or 13811350. OLE color: 13811350.

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

Color convert

RGB 150 190 210 -
CMYK 0.29 0.10 0 0.18
HSL 200º 0.4% 0.71% -
HSV(B) 200º 0.29% 0.82% -
XYZ 42.62 47.96 67.98 -
YUV 180.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 150 190 210 0.29 0.10 0 0.18 200 0.4 0.71
Hex 96 BE D2 1D A 0 12 C8 28 47
Octal 226 276 322 35 12 0 22 310 50 107
Binary 10010110 10111110 11010010 11101 1010 0 10010 11001000 101000 1000111

Color Harmonies of #96BED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BED2

Black with #96BED2

Text Example


Text Example

White with #96BED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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