Html Css Color HEX #91CCDB Regent St Blue

📋 copy color: '#91CCDB'

red 145 ◦ green 204 ◦ blue 219

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

Shades of Regent St Blue #91CCDB

Tints of Regent St Blue #91CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.92%

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

R = 25.53%
G = 35.92%
B = 38.56%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91CCDB (or 0x91CCDB) is known color: Regent St Blue. HEX triplet: 91, CC and DB. RGB value is (145,204,219). Sum of RGB (Red+Green+Blue) = 145+204+219=568 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.53% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #91CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CCDB is #6E3324. Grayscale: #BBBBBB. Windows color (decimal): -7222053 or 14404753. OLE color: 14404753.

HSL color Cylindrical-coordinate representation of color #91CCDB: hue angle of 192.16º 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 #91CCDB is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 204 219 -
CMYK 0.34 0.07 0 0.14
HSL 192.16º 0.51% 0.71% -
HSV(B) 192.16º 0.34% 0.86% -
XYZ 46.06 54.32 75.08 -
YUV 188.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 145 204 219 0.34 0.07 0 0.14 192.16 0.51 0.71
Hex 91 CC DB 22 7 0 E C0 33 47
Octal 221 314 333 42 7 0 16 300 63 107
Binary 10010001 11001100 11011011 100010 111 0 1110 11000000 110011 1000111

Color Harmonies of #91CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CCDB

Black with #91CCDB

Text Example


Text Example

White with #91CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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