Html Css Color HEX #96CFE0 Regent St Blue

📋 copy color: '#96CFE0'

red 150 ◦ green 207 ◦ blue 224

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

Shades of Regent St Blue #96CFE0

Tints of Regent St Blue #96CFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.55%

R = 25.82%
G = 35.63%
B = 38.55%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#96CFE0 (or 0x96CFE0) is known color: Regent St Blue. HEX triplet: 96, CF and E0. RGB value is (150,207,224). Sum of RGB (Red+Green+Blue) = 150+207+224=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #96CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFE0 is #69301F. Grayscale: #BFBFBF. Windows color (decimal): -6893600 or 14733206. OLE color: 14733206.

HSL color Cylindrical-coordinate representation of color #96CFE0: hue angle of 193.78º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96CFE0 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 207 224 -
CMYK 0.33 0.08 0 0.12
HSL 193.78º 0.54% 0.73% -
HSV(B) 193.78º 0.33% 0.88% -
XYZ 48.35 56.49 78.88 -
YUV 191.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 150 207 224 0.33 0.08 0 0.12 193.78 0.54 0.73
Hex 96 CF E0 21 8 0 C C2 36 49
Octal 226 317 340 41 10 0 14 302 66 111
Binary 10010110 11001111 11100000 100001 1000 0 1100 11000010 110110 1001001

Color Harmonies of #96CFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFE0

Black with #96CFE0

Text Example


Text Example

White with #96CFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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