Html Css Color HEX #96CCDD Regent St Blue

📋 copy color: '#96CCDD'

red 150 ◦ green 204 ◦ blue 221

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

Shades of Regent St Blue #96CCDD

Tints of Regent St Blue #96CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 26.09%
G = 35.48%
B = 38.43%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96CCDD (or 0x96CCDD) is known color: Regent St Blue. HEX triplet: 96, CC and DD. RGB value is (150,204,221). Sum of RGB (Red+Green+Blue) = 150+204+221=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #96CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCDD is #693322. Grayscale: #BDBDBD. Windows color (decimal): -6894371 or 14535830. OLE color: 14535830.

HSL color Cylindrical-coordinate representation of color #96CCDD: hue angle of 194.37º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CCDD is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 204 221 -
CMYK 0.32 0.08 0 0.13
HSL 194.37º 0.51% 0.73% -
HSV(B) 194.37º 0.32% 0.87% -
XYZ 47.22 54.89 76.51 -
YUV 189.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 150 204 221 0.32 0.08 0 0.13 194.37 0.51 0.73
Hex 96 CC DD 20 8 0 D C2 33 49
Octal 226 314 335 40 10 0 15 302 63 111
Binary 10010110 11001100 11011101 100000 1000 0 1101 11000010 110011 1001001

Color Harmonies of #96CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCDD

Black with #96CCDD

Text Example


Text Example

White with #96CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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