Html Css Color HEX #91CBDB Regent St Blue

📋 copy color: '#91CBDB'

red 145 ◦ green 203 ◦ blue 219

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

Shades of Regent St Blue #91CBDB

Tints of Regent St Blue #91CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.8%

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

R = 25.57%
G = 35.8%
B = 38.62%

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

#91CBDB (or 0x91CBDB) is known color: Regent St Blue. HEX triplet: 91, CB and DB. RGB value is (145,203,219). Sum of RGB (Red+Green+Blue) = 145+203+219=567 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.57% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #91CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CBDB is #6E3424. Grayscale: #BBBBBB. Windows color (decimal): -7222309 or 14404497. OLE color: 14404497.

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

Color convert

RGB 145 203 219 -
CMYK 0.34 0.07 0 0.14
HSL 192.97º 0.51% 0.71% -
HSV(B) 192.97º 0.34% 0.86% -
XYZ 45.82 53.85 75 -
YUV 187.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 145 203 219 0.34 0.07 0 0.14 192.97 0.51 0.71
Hex 91 CB DB 22 7 0 E C1 33 47
Octal 221 313 333 42 7 0 16 301 63 107
Binary 10010001 11001011 11011011 100010 111 0 1110 11000001 110011 1000111

Color Harmonies of #91CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CBDB

Black with #91CBDB

Text Example


Text Example

White with #91CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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