Html Css Color HEX #91CCD8 Regent St Blue

📋 copy color: '#91CCD8'

red 145 ◦ green 204 ◦ blue 216

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

Shades of Regent St Blue #91CCD8

Tints of Regent St Blue #91CCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.23%

R = 25.66%
G = 36.11%
B = 38.23%

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

#91CCD8 (or 0x91CCD8) is known color: Regent St Blue. HEX triplet: 91, CC and D8. RGB value is (145,204,216). Sum of RGB (Red+Green+Blue) = 145+204+216=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #91CCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CCD8 is #6E3327. Grayscale: #BBBBBB. Windows color (decimal): -7222056 or 14208145. OLE color: 14208145.

HSL color Cylindrical-coordinate representation of color #91CCD8: hue angle of 190.14º degrees, saturation: 0.48, 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 #91CCD8 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 204 216 -
CMYK 0.33 0.06 0 0.15
HSL 190.14º 0.48% 0.71% -
HSV(B) 190.14º 0.33% 0.85% -
XYZ 45.66 54.16 73.01 -
YUV 187.73 143.95 97.52 -
System Red Green Blue C M Y K H S L
Decimal 145 204 216 0.33 0.06 0 0.15 190.14 0.48 0.71
Hex 91 CC D8 21 6 0 F BE 30 47
Octal 221 314 330 41 6 0 17 276 60 107
Binary 10010001 11001100 11011000 100001 110 0 1111 10111110 110000 1000111

Color Harmonies of #91CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CCD8

Black with #91CCD8

Text Example


Text Example

White with #91CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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