Html Css Color HEX #91CDDB Regent St Blue

📋 copy color: '#91CDDB'

red 145 ◦ green 205 ◦ blue 219

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

Shades of Regent St Blue #91CDDB

Tints of Regent St Blue #91CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.03%

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

R = 25.48%
G = 36.03%
B = 38.49%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91CDDB (or 0x91CDDB) is known color: Regent St Blue. HEX triplet: 91, CD and DB. RGB value is (145,205,219). Sum of RGB (Red+Green+Blue) = 145+205+219=569 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.48% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #91CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CDDB is #6E3224. Grayscale: #BCBCBC. Windows color (decimal): -7221797 or 14405009. OLE color: 14405009.

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

Color convert

RGB 145 205 219 -
CMYK 0.34 0.06 0 0.14
HSL 191.35º 0.51% 0.71% -
HSV(B) 191.35º 0.34% 0.86% -
XYZ 46.29 54.8 75.15 -
YUV 188.66 145.12 96.86 -
System Red Green Blue C M Y K H S L
Decimal 145 205 219 0.34 0.06 0 0.14 191.35 0.51 0.71
Hex 91 CD DB 22 6 0 E BF 33 47
Octal 221 315 333 42 6 0 16 277 63 107
Binary 10010001 11001101 11011011 100010 110 0 1110 10111111 110011 1000111

Color Harmonies of #91CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CDDB

Black with #91CDDB

Text Example


Text Example

White with #91CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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