Html Css Color HEX #96CDD6 Regent St Blue

📋 copy color: '#96CDD6'

red 150 ◦ green 205 ◦ blue 214

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

Shades of Regent St Blue #96CDD6

Tints of Regent St Blue #96CDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.03%

 BLUE value IS 214 (83.98% from 255) = 37.61%

R = 26.36%
G = 36.03%
B = 37.61%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#96CDD6 (or 0x96CDD6) is known color: Regent St Blue. HEX triplet: 96, CD and D6. RGB value is (150,205,214). Sum of RGB (Red+Green+Blue) = 150+205+214=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #96CDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDD6 is #693229. Grayscale: #BDBDBD. Windows color (decimal): -6894122 or 14077334. OLE color: 14077334.

HSL color Cylindrical-coordinate representation of color #96CDD6: hue angle of 188.44º degrees, saturation: 0.44, 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 #96CDD6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 205 214 -
CMYK 0.30 0.04 0 0.16
HSL 188.44º 0.44% 0.71% -
HSV(B) 188.44º 0.3% 0.84% -
XYZ 46.55 55 71.78 -
YUV 189.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 150 205 214 0.30 0.04 0 0.16 188.44 0.44 0.71
Hex 96 CD D6 1E 4 0 10 BC 2C 47
Octal 226 315 326 36 4 0 20 274 54 107
Binary 10010110 11001101 11010110 11110 100 0 10000 10111100 101100 1000111

Color Harmonies of #96CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CDD6

Black with #96CDD6

Text Example


Text Example

White with #96CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,205,214); }

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

background-color css

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

 a { background-color: rgb(150,205,214); }

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

border-color css

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

 span { border-color: rgb(150,205,214); }

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