Html Css Color HEX #91CADB Regent St Blue

📋 copy color: '#91CADB'

red 145 ◦ green 202 ◦ blue 219

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

Shades of Regent St Blue #91CADB

Tints of Regent St Blue #91CADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 25.62%
G = 35.69%
B = 38.69%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91CADB (or 0x91CADB) is known color: Regent St Blue. HEX triplet: 91, CA and DB. RGB value is (145,202,219). Sum of RGB (Red+Green+Blue) = 145+202+219=566 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.62% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #91CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CADB is #6E3524. Grayscale: #BABABA. Windows color (decimal): -7222565 or 14404241. OLE color: 14404241.

HSL color Cylindrical-coordinate representation of color #91CADB: hue angle of 193.78º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91CADB is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 202 219 -
CMYK 0.34 0.08 0 0.14
HSL 193.78º 0.51% 0.71% -
HSV(B) 193.78º 0.34% 0.86% -
XYZ 45.58 53.38 74.92 -
YUV 186.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 145 202 219 0.34 0.08 0 0.14 193.78 0.51 0.71
Hex 91 CA DB 22 8 0 E C2 33 47
Octal 221 312 333 42 10 0 16 302 63 107
Binary 10010001 11001010 11011011 100010 1000 0 1110 11000010 110011 1000111

Color Harmonies of #91CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CADB

Black with #91CADB

Text Example


Text Example

White with #91CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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