Html Css Color HEX #96CCD6 Regent St Blue

📋 copy color: '#96CCD6'

red 150 ◦ green 204 ◦ blue 214

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

Shades of Regent St Blue #96CCD6

Tints of Regent St Blue #96CCD6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.92%

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

R = 26.41%
G = 35.92%
B = 37.68%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#96CCD6 (or 0x96CCD6) is known color: Regent St Blue. HEX triplet: 96, CC and D6. RGB value is (150,204,214). Sum of RGB (Red+Green+Blue) = 150+204+214=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #96CCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCD6 is #693329. Grayscale: #BCBCBC. Windows color (decimal): -6894378 or 14077078. OLE color: 14077078.

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

Color convert

RGB 150 204 214 -
CMYK 0.30 0.05 0 0.16
HSL 189.38º 0.44% 0.71% -
HSV(B) 189.38º 0.3% 0.84% -
XYZ 46.31 54.52 71.7 -
YUV 188.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 150 204 214 0.30 0.05 0 0.16 189.38 0.44 0.71
Hex 96 CC D6 1E 5 0 10 BD 2C 47
Octal 226 314 326 36 5 0 20 275 54 107
Binary 10010110 11001100 11010110 11110 101 0 10000 10111101 101100 1000111

Color Harmonies of #96CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCD6

Black with #96CCD6

Text Example


Text Example

White with #96CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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