Html Css Color HEX #96BCD5 Regent St Blue

📋 copy color: '#96BCD5'

red 150 ◦ green 188 ◦ blue 213

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

Shades of Regent St Blue #96BCD5

Tints of Regent St Blue #96BCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.12%

 BLUE value IS 213 (83.59% from 255) = 38.66%

R = 27.22%
G = 34.12%
B = 38.66%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#96BCD5 (or 0x96BCD5) is known color: Regent St Blue. HEX triplet: 96, BC and D5. RGB value is (150,188,213). Sum of RGB (Red+Green+Blue) = 150+188+213=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #96BCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCD5 is #69432A. Grayscale: #B3B3B3. Windows color (decimal): -6898475 or 14007446. OLE color: 14007446.

HSL color Cylindrical-coordinate representation of color #96BCD5: hue angle of 203.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96BCD5 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 188 213 -
CMYK 0.30 0.12 0 0.16
HSL 203.81º 0.43% 0.71% -
HSV(B) 203.81º 0.3% 0.84% -
XYZ 42.57 47.25 69.83 -
YUV 179.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 150 188 213 0.30 0.12 0 0.16 203.81 0.43 0.71
Hex 96 BC D5 1E C 0 10 CC 2B 47
Octal 226 274 325 36 14 0 20 314 53 107
Binary 10010110 10111100 11010101 11110 1100 0 10000 11001100 101011 1000111

Color Harmonies of #96BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCD5

Black with #96BCD5

Text Example


Text Example

White with #96BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,213); }

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

background-color css

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

 a { background-color: rgb(150,188,213); }

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

border-color css

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

 span { border-color: rgb(150,188,213); }

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