Html Css Color HEX #96BED0 Regent St Blue

📋 copy color: '#96BED0'

red 150 ◦ green 190 ◦ blue 208

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

Shades of Regent St Blue #96BED0

Tints of Regent St Blue #96BED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.96%

R = 27.37%
G = 34.67%
B = 37.96%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#96BED0 (or 0x96BED0) is known color: Regent St Blue. HEX triplet: 96, BE and D0. RGB value is (150,190,208). Sum of RGB (Red+Green+Blue) = 150+190+208=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #96BED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BED0 is #69412F. Grayscale: #B3B3B3. Windows color (decimal): -6897968 or 13680278. OLE color: 13680278.

HSL color Cylindrical-coordinate representation of color #96BED0: hue angle of 198.62º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96BED0 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 190 208 -
CMYK 0.28 0.09 0 0.18
HSL 198.62º 0.38% 0.7% -
HSV(B) 198.62º 0.28% 0.82% -
XYZ 42.38 47.87 66.68 -
YUV 180.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 150 190 208 0.28 0.09 0 0.18 198.62 0.38 0.7
Hex 96 BE D0 1C 9 0 12 C7 26 46
Octal 226 276 320 34 11 0 22 307 46 106
Binary 10010110 10111110 11010000 11100 1001 0 10010 11000111 100110 1000110

Color Harmonies of #96BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BED0

Black with #96BED0

Text Example


Text Example

White with #96BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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