Html Css Color HEX #96CFDC Regent St Blue

📋 copy color: '#96CFDC'

red 150 ◦ green 207 ◦ blue 220

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

Shades of Regent St Blue #96CFDC

Tints of Regent St Blue #96CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.88%

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 26%
G = 35.88%
B = 38.13%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96CFDC (or 0x96CFDC) is known color: Regent St Blue. HEX triplet: 96, CF and DC. RGB value is (150,207,220). Sum of RGB (Red+Green+Blue) = 150+207+220=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #96CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFDC is #693023. Grayscale: #BFBFBF. Windows color (decimal): -6893604 or 14471062. OLE color: 14471062.

HSL color Cylindrical-coordinate representation of color #96CFDC: hue angle of 191.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CFDC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 207 220 -
CMYK 0.32 0.06 0 0.14
HSL 191.14º 0.5% 0.73% -
HSV(B) 191.14º 0.32% 0.86% -
XYZ 47.81 56.28 76.05 -
YUV 191.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 150 207 220 0.32 0.06 0 0.14 191.14 0.5 0.73
Hex 96 CF DC 20 6 0 E BF 32 49
Octal 226 317 334 40 6 0 16 277 62 111
Binary 10010110 11001111 11011100 100000 110 0 1110 10111111 110010 1001001

Color Harmonies of #96CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFDC

Black with #96CFDC

Text Example


Text Example

White with #96CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,207,220); }

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

background-color css

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

 a { background-color: rgb(150,207,220); }

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

border-color css

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

 span { border-color: rgb(150,207,220); }

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