Html Css Color HEX #96BDD2 Regent St Blue

📋 copy color: '#96BDD2'

red 150 ◦ green 189 ◦ blue 210

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

Shades of Regent St Blue #96BDD2

Tints of Regent St Blue #96BDD2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.43%

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

R = 27.32%
G = 34.43%
B = 38.25%

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

#96BDD2 (or 0x96BDD2) is known color: Regent St Blue. HEX triplet: 96, BD and D2. RGB value is (150,189,210). Sum of RGB (Red+Green+Blue) = 150+189+210=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #96BDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDD2 is #69422D. Grayscale: #B3B3B3. Windows color (decimal): -6898222 or 13811094. OLE color: 13811094.

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

Color convert

RGB 150 189 210 -
CMYK 0.29 0.10 0 0.18
HSL 201º 0.4% 0.71% -
HSV(B) 201º 0.29% 0.82% -
XYZ 42.41 47.53 67.91 -
YUV 179.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 150 189 210 0.29 0.10 0 0.18 201 0.4 0.71
Hex 96 BD D2 1D A 0 12 C9 28 47
Octal 226 275 322 35 12 0 22 311 50 107
Binary 10010110 10111101 11010010 11101 1010 0 10010 11001001 101000 1000111

Color Harmonies of #96BDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDD2

Black with #96BDD2

Text Example


Text Example

White with #96BDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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