Html Css Color HEX #96BCD0 Regent St Blue

📋 copy color: '#96BCD0'

red 150 ◦ green 188 ◦ blue 208

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

Shades of Regent St Blue #96BCD0

Tints of Regent St Blue #96BCD0

RGB

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

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

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

R = 27.47%
G = 34.43%
B = 38.1%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#96BCD0 (or 0x96BCD0) is known color: Regent St Blue. HEX triplet: 96, BC and D0. RGB value is (150,188,208). Sum of RGB (Red+Green+Blue) = 150+188+208=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #96BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCD0 is #69432F. Grayscale: #B2B2B2. Windows color (decimal): -6898480 or 13679766. OLE color: 13679766.

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

Color convert

RGB 150 188 208 -
CMYK 0.28 0.10 0 0.18
HSL 200.69º 0.38% 0.7% -
HSV(B) 200.69º 0.28% 0.82% -
XYZ 41.95 47 66.54 -
YUV 178.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 150 188 208 0.28 0.10 0 0.18 200.69 0.38 0.7
Hex 96 BC D0 1C A 0 12 C9 26 46
Octal 226 274 320 34 12 0 22 311 46 106
Binary 10010110 10111100 11010000 11100 1010 0 10010 11001001 100110 1000110

Color Harmonies of #96BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCD0

Black with #96BCD0

Text Example


Text Example

White with #96BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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