Html Css Color HEX #96CDDD Regent St Blue

📋 copy color: '#96CDDD'

red 150 ◦ green 205 ◦ blue 221

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

Shades of Regent St Blue #96CDDD

Tints of Regent St Blue #96CDDD

RGB

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

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

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

R = 26.04%
G = 35.59%
B = 38.37%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96CDDD (or 0x96CDDD) is known color: Regent St Blue. HEX triplet: 96, CD and DD. RGB value is (150,205,221). Sum of RGB (Red+Green+Blue) = 150+205+221=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #96CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDDD is #693222. Grayscale: #BEBEBE. Windows color (decimal): -6894115 or 14536086. OLE color: 14536086.

HSL color Cylindrical-coordinate representation of color #96CDDD: hue angle of 193.52º 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 #96CDDD is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 205 221 -
CMYK 0.32 0.07 0 0.13
HSL 193.52º 0.51% 0.73% -
HSV(B) 193.52º 0.32% 0.87% -
XYZ 47.46 55.37 76.59 -
YUV 190.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 150 205 221 0.32 0.07 0 0.13 193.52 0.51 0.73
Hex 96 CD DD 20 7 0 D C2 33 49
Octal 226 315 335 40 7 0 15 302 63 111
Binary 10010110 11001101 11011101 100000 111 0 1101 11000010 110011 1001001

Color Harmonies of #96CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CDDD

Black with #96CDDD

Text Example


Text Example

White with #96CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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