Html Css Color HEX #91D4DE Regent St Blue

📋 copy color: '#91D4DE'

red 145 ◦ green 212 ◦ blue 222

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

Shades of Regent St Blue #91D4DE

Tints of Regent St Blue #91D4DE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.61%

 BLUE value IS 222 (87.11% from 255) = 38.34%

R = 25.04%
G = 36.61%
B = 38.34%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91D4DE (or 0x91D4DE) is known color: Regent St Blue. HEX triplet: 91, D4 and DE. RGB value is (145,212,222). Sum of RGB (Red+Green+Blue) = 145+212+222=579 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.04% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #91D4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D4DE is #6E2B21. Grayscale: #C1C1C1. Windows color (decimal): -7220002 or 14603409. OLE color: 14603409.

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

Color convert

RGB 145 212 222 -
CMYK 0.35 0.05 0 0.13
HSL 187.79º 0.54% 0.72% -
HSV(B) 187.79º 0.35% 0.87% -
XYZ 48.41 58.38 77.82 -
YUV 193.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 145 212 222 0.35 0.05 0 0.13 187.79 0.54 0.72
Hex 91 D4 DE 23 5 0 D BC 36 48
Octal 221 324 336 43 5 0 15 274 66 110
Binary 10010001 11010100 11011110 100011 101 0 1101 10111100 110110 1001000

Color Harmonies of #91D4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91D4DE

Black with #91D4DE

Text Example


Text Example

White with #91D4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,212,222); }

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

background-color css

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

 a { background-color: rgb(145,212,222); }

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

border-color css

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

 span { border-color: rgb(145,212,222); }

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