Html Css Color HEX #96CDD9 Regent St Blue

📋 copy color: '#96CDD9'

red 150 ◦ green 205 ◦ blue 217

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

Shades of Regent St Blue #96CDD9

Tints of Regent St Blue #96CDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.94%

R = 26.22%
G = 35.84%
B = 37.94%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96CDD9 (or 0x96CDD9) is known color: Regent St Blue. HEX triplet: 96, CD and D9. RGB value is (150,205,217). Sum of RGB (Red+Green+Blue) = 150+205+217=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #96CDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDD9 is #693226. Grayscale: #BDBDBD. Windows color (decimal): -6894119 or 14273942. OLE color: 14273942.

HSL color Cylindrical-coordinate representation of color #96CDD9: hue angle of 190.75º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CDD9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 205 217 -
CMYK 0.31 0.06 0 0.15
HSL 190.75º 0.47% 0.72% -
HSV(B) 190.75º 0.31% 0.85% -
XYZ 46.93 55.16 73.82 -
YUV 189.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 150 205 217 0.31 0.06 0 0.15 190.75 0.47 0.72
Hex 96 CD D9 1F 6 0 F BF 2F 48
Octal 226 315 331 37 6 0 17 277 57 110
Binary 10010110 11001101 11011001 11111 110 0 1111 10111111 101111 1001000

Color Harmonies of #96CDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CDD9

Black with #96CDD9

Text Example


Text Example

White with #96CDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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