Html Css Color HEX #91CDDC Regent St Blue

📋 copy color: '#91CDDC'

red 145 ◦ green 205 ◦ blue 220

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

Shades of Regent St Blue #91CDDC

Tints of Regent St Blue #91CDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 25.44%
G = 35.96%
B = 38.6%

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

#91CDDC (or 0x91CDDC) is known color: Regent St Blue. HEX triplet: 91, CD and DC. RGB value is (145,205,220). Sum of RGB (Red+Green+Blue) = 145+205+220=570 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.44% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #91CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CDDC is #6E3223. Grayscale: #BCBCBC. Windows color (decimal): -7221796 or 14470545. OLE color: 14470545.

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

Color convert

RGB 145 205 220 -
CMYK 0.34 0.07 0 0.14
HSL 192º 0.52% 0.72% -
HSV(B) 192º 0.34% 0.86% -
XYZ 46.43 54.85 75.85 -
YUV 188.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 145 205 220 0.34 0.07 0 0.14 192 0.52 0.72
Hex 91 CD DC 22 7 0 E C0 34 48
Octal 221 315 334 42 7 0 16 300 64 110
Binary 10010001 11001101 11011100 100010 111 0 1110 11000000 110100 1001000

Color Harmonies of #91CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CDDC

Black with #91CDDC

Text Example


Text Example

White with #91CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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