Html Css Color HEX #91CAD6 Regent St Blue

📋 copy color: '#91CAD6'

red 145 ◦ green 202 ◦ blue 214

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

Shades of Regent St Blue #91CAD6

Tints of Regent St Blue #91CAD6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.01%

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 25.85%
G = 36.01%
B = 38.15%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#91CAD6 (or 0x91CAD6) is known color: Regent St Blue. HEX triplet: 91, CA and D6. RGB value is (145,202,214). Sum of RGB (Red+Green+Blue) = 145+202+214=561 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.85% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #91CAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CAD6 is #6E3529. Grayscale: #BABABA. Windows color (decimal): -7222570 or 14076561. OLE color: 14076561.

HSL color Cylindrical-coordinate representation of color #91CAD6: hue angle of 190.43º degrees, saturation: 0.46, 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 #91CAD6 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 202 214 -
CMYK 0.32 0.06 0 0.16
HSL 190.43º 0.46% 0.7% -
HSV(B) 190.43º 0.32% 0.84% -
XYZ 44.94 53.12 71.5 -
YUV 186.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 145 202 214 0.32 0.06 0 0.16 190.43 0.46 0.7
Hex 91 CA D6 20 6 0 10 BE 2E 46
Octal 221 312 326 40 6 0 20 276 56 106
Binary 10010001 11001010 11010110 100000 110 0 10000 10111110 101110 1000110

Color Harmonies of #91CAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CAD6

Black with #91CAD6

Text Example


Text Example

White with #91CAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,202,214); }

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

background-color css

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

 a { background-color: rgb(145,202,214); }

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

border-color css

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

 span { border-color: rgb(145,202,214); }

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