Html Css Color HEX #96BEC8 Regent St Blue

📋 copy color: '#96BEC8'

red 150 ◦ green 190 ◦ blue 200

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

Shades of Regent St Blue #96BEC8

Tints of Regent St Blue #96BEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 27.78%
G = 35.19%
B = 37.04%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#96BEC8 (or 0x96BEC8) is known color: Regent St Blue. HEX triplet: 96, BE and C8. RGB value is (150,190,200). Sum of RGB (Red+Green+Blue) = 150+190+200=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #96BEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEC8 is #694137. Grayscale: #B3B3B3. Windows color (decimal): -6897976 or 13155990. OLE color: 13155990.

HSL color Cylindrical-coordinate representation of color #96BEC8: hue angle of 192º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96BEC8 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 190 200 -
CMYK 0.25 0.05 0 0.22
HSL 192º 0.31% 0.69% -
HSV(B) 192º 0.25% 0.78% -
XYZ 41.42 47.48 61.63 -
YUV 179.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 150 190 200 0.25 0.05 0 0.22 192 0.31 0.69
Hex 96 BE C8 19 5 0 16 C0 1F 45
Octal 226 276 310 31 5 0 26 300 37 105
Binary 10010110 10111110 11001000 11001 101 0 10110 11000000 11111 1000101

Color Harmonies of #96BEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEC8

Black with #96BEC8

Text Example


Text Example

White with #96BEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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