Html Css Color HEX #91CFDD Regent St Blue

📋 copy color: '#91CFDD'

red 145 ◦ green 207 ◦ blue 221

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

Shades of Regent St Blue #91CFDD

Tints of Regent St Blue #91CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 25.31%
G = 36.13%
B = 38.57%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91CFDD (or 0x91CFDD) is known color: Regent St Blue. HEX triplet: 91, CF and DD. RGB value is (145,207,221). Sum of RGB (Red+Green+Blue) = 145+207+221=573 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.31% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #91CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CFDD is #6E3022. Grayscale: #BDBDBD. Windows color (decimal): -7221283 or 14536593. OLE color: 14536593.

HSL color Cylindrical-coordinate representation of color #91CFDD: hue angle of 191.05º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91CFDD is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 207 221 -
CMYK 0.34 0.06 0 0.13
HSL 191.05º 0.53% 0.72% -
HSV(B) 191.05º 0.34% 0.87% -
XYZ 47.04 55.87 76.71 -
YUV 190.06 145.46 95.86 -
System Red Green Blue C M Y K H S L
Decimal 145 207 221 0.34 0.06 0 0.13 191.05 0.53 0.72
Hex 91 CF DD 22 6 0 D BF 35 48
Octal 221 317 335 42 6 0 15 277 65 110
Binary 10010001 11001111 11011101 100010 110 0 1101 10111111 110101 1001000

Color Harmonies of #91CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CFDD

Black with #91CFDD

Text Example


Text Example

White with #91CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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