Html Css Color HEX #91CCDC Regent St Blue

📋 copy color: '#91CCDC'

red 145 ◦ green 204 ◦ blue 220

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

Shades of Regent St Blue #91CCDC

Tints of Regent St Blue #91CCDC

RGB

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

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

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

R = 25.48%
G = 35.85%
B = 38.66%

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

#91CCDC (or 0x91CCDC) is known color: Regent St Blue. HEX triplet: 91, CC and DC. RGB value is (145,204,220). Sum of RGB (Red+Green+Blue) = 145+204+220=569 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.48% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #91CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CCDC is #6E3323. Grayscale: #BCBCBC. Windows color (decimal): -7222052 or 14470289. OLE color: 14470289.

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

Color convert

RGB 145 204 220 -
CMYK 0.34 0.07 0 0.14
HSL 192.8º 0.52% 0.72% -
HSV(B) 192.8º 0.34% 0.86% -
XYZ 46.19 54.37 75.77 -
YUV 188.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 145 204 220 0.34 0.07 0 0.14 192.8 0.52 0.72
Hex 91 CC DC 22 7 0 E C1 34 48
Octal 221 314 334 42 7 0 16 301 64 110
Binary 10010001 11001100 11011100 100010 111 0 1110 11000001 110100 1001000

Color Harmonies of #91CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CCDC

Black with #91CCDC

Text Example


Text Example

White with #91CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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