Html Css Color HEX #91CDDA Regent St Blue

📋 copy color: '#91CDDA'

red 145 ◦ green 205 ◦ blue 218

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

Shades of Regent St Blue #91CDDA

Tints of Regent St Blue #91CDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 25.53%
G = 36.09%
B = 38.38%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#91CDDA (or 0x91CDDA) is known color: Regent St Blue. HEX triplet: 91, CD and DA. RGB value is (145,205,218). Sum of RGB (Red+Green+Blue) = 145+205+218=568 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.53% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #91CDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CDDA is #6E3225. Grayscale: #BCBCBC. Windows color (decimal): -7221798 or 14339473. OLE color: 14339473.

HSL color Cylindrical-coordinate representation of color #91CDDA: hue angle of 190.68º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91CDDA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 205 218 -
CMYK 0.33 0.06 0 0.15
HSL 190.68º 0.5% 0.71% -
HSV(B) 190.68º 0.33% 0.85% -
XYZ 46.16 54.74 74.46 -
YUV 188.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 145 205 218 0.33 0.06 0 0.15 190.68 0.5 0.71
Hex 91 CD DA 21 6 0 F BF 32 47
Octal 221 315 332 41 6 0 17 277 62 107
Binary 10010001 11001101 11011010 100001 110 0 1111 10111111 110010 1000111

Color Harmonies of #91CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CDDA

Black with #91CDDA

Text Example


Text Example

White with #91CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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