Html Css Color HEX #96D0DF Regent St Blue

📋 copy color: '#96D0DF'

red 150 ◦ green 208 ◦ blue 223

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

Shades of Regent St Blue #96D0DF

Tints of Regent St Blue #96D0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.8%

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 25.82%
G = 35.8%
B = 38.38%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96D0DF (or 0x96D0DF) is known color: Regent St Blue. HEX triplet: 96, D0 and DF. RGB value is (150,208,223). Sum of RGB (Red+Green+Blue) = 150+208+223=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #96D0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D0DF is #692F20. Grayscale: #C0C0C0. Windows color (decimal): -6893345 or 14667926. OLE color: 14667926.

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

Color convert

RGB 150 208 223 -
CMYK 0.33 0.07 0 0.13
HSL 192.33º 0.53% 0.73% -
HSV(B) 192.33º 0.33% 0.87% -
XYZ 48.45 56.92 78.25 -
YUV 192.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 150 208 223 0.33 0.07 0 0.13 192.33 0.53 0.73
Hex 96 D0 DF 21 7 0 D C0 35 49
Octal 226 320 337 41 7 0 15 300 65 111
Binary 10010110 11010000 11011111 100001 111 0 1101 11000000 110101 1001001

Color Harmonies of #96D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D0DF

Black with #96D0DF

Text Example


Text Example

White with #96D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,223); }

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

background-color css

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

 a { background-color: rgb(150,208,223); }

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

border-color css

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

 span { border-color: rgb(150,208,223); }

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