Html Css Color HEX #96C2D4 Regent St Blue

📋 copy color: '#96C2D4'

red 150 ◦ green 194 ◦ blue 212

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

Shades of Regent St Blue #96C2D4

Tints of Regent St Blue #96C2D4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.89%

 BLUE value IS 212 (83.2% from 255) = 38.13%

R = 26.98%
G = 34.89%
B = 38.13%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#96C2D4 (or 0x96C2D4) is known color: Regent St Blue. HEX triplet: 96, C2 and D4. RGB value is (150,194,212). Sum of RGB (Red+Green+Blue) = 150+194+212=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #96C2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C2D4 is #693D2B. Grayscale: #B6B6B6. Windows color (decimal): -6896940 or 13943446. OLE color: 13943446.

HSL color Cylindrical-coordinate representation of color #96C2D4: hue angle of 197.42º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96C2D4 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 194 212 -
CMYK 0.29 0.08 0 0.17
HSL 197.42º 0.42% 0.71% -
HSV(B) 197.42º 0.29% 0.83% -
XYZ 43.75 49.82 69.6 -
YUV 182.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 150 194 212 0.29 0.08 0 0.17 197.42 0.42 0.71
Hex 96 C2 D4 1D 8 0 11 C5 2A 47
Octal 226 302 324 35 10 0 21 305 52 107
Binary 10010110 11000010 11010100 11101 1000 0 10001 11000101 101010 1000111

Color Harmonies of #96C2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C2D4

Black with #96C2D4

Text Example


Text Example

White with #96C2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,212); }

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

background-color css

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

 a { background-color: rgb(150,194,212); }

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

border-color css

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

 span { border-color: rgb(150,194,212); }

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