Html Css Color HEX #91CFDC Regent St Blue

📋 copy color: '#91CFDC'

red 145 ◦ green 207 ◦ blue 220

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

Shades of Regent St Blue #91CFDC

Tints of Regent St Blue #91CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.19%

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

R = 25.35%
G = 36.19%
B = 38.46%

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

#91CFDC (or 0x91CFDC) is known color: Regent St Blue. HEX triplet: 91, CF and DC. RGB value is (145,207,220). Sum of RGB (Red+Green+Blue) = 145+207+220=572 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.35% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #91CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CFDC is #6E3023. Grayscale: #BDBDBD. Windows color (decimal): -7221284 or 14471057. OLE color: 14471057.

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

Color convert

RGB 145 207 220 -
CMYK 0.34 0.06 0 0.14
HSL 190.4º 0.52% 0.72% -
HSV(B) 190.4º 0.34% 0.86% -
XYZ 46.91 55.81 76.01 -
YUV 189.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 145 207 220 0.34 0.06 0 0.14 190.4 0.52 0.72
Hex 91 CF DC 22 6 0 E BE 34 48
Octal 221 317 334 42 6 0 16 276 64 110
Binary 10010001 11001111 11011100 100010 110 0 1110 10111110 110100 1001000

Color Harmonies of #91CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CFDC

Black with #91CFDC

Text Example


Text Example

White with #91CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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