Html Css Color HEX #91C4D5 Regent St Blue

📋 copy color: '#91C4D5'

red 145 ◦ green 196 ◦ blue 213

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

Shades of Regent St Blue #91C4D5

Tints of Regent St Blue #91C4D5

RGB

 RED value IS 145 (57.03% from 255) = 26.17%

 GREEN value IS 196 (76.95% from 255) = 35.38%

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 26.17%
G = 35.38%
B = 38.45%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#91C4D5 (or 0x91C4D5) is known color: Regent St Blue. HEX triplet: 91, C4 and D5. RGB value is (145,196,213). Sum of RGB (Red+Green+Blue) = 145+196+213=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #91C4D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C4D5 is #6E3B2A. Grayscale: #B6B6B6. Windows color (decimal): -7224107 or 14009489. OLE color: 14009489.

HSL color Cylindrical-coordinate representation of color #91C4D5: hue angle of 195º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91C4D5 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 196 213 -
CMYK 0.32 0.08 0 0.16
HSL 195º 0.45% 0.7% -
HSV(B) 195º 0.32% 0.84% -
XYZ 43.43 50.3 70.37 -
YUV 182.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 145 196 213 0.32 0.08 0 0.16 195 0.45 0.7
Hex 91 C4 D5 20 8 0 10 C3 2D 46
Octal 221 304 325 40 10 0 20 303 55 106
Binary 10010001 11000100 11010101 100000 1000 0 10000 11000011 101101 1000110

Color Harmonies of #91C4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C4D5

Black with #91C4D5

Text Example


Text Example

White with #91C4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91C4D5; }

 p { color: rgb(145,196,213); }

 H1.HeaderClassName
 {
   color: #91C4D5;
 }
 .AnyTagClassName
 {
   color: #91C4D5;
 }
</style>

background-color css

<style>
 a { background-color: #91C4D5; }

 a { background-color: rgb(145,196,213); }

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

border-color css

<style>
 span { border-color: #91C4D5; }

 span { border-color: rgb(145,196,213); }

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