Html Css Color HEX #91CBDA Regent St Blue

📋 copy color: '#91CBDA'

red 145 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #91CBDA

Tints of Regent St Blue #91CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.87%

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

R = 25.62%
G = 35.87%
B = 38.52%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#91CBDA (or 0x91CBDA) is known color: Regent St Blue. HEX triplet: 91, CB and DA. RGB value is (145,203,218). Sum of RGB (Red+Green+Blue) = 145+203+218=566 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.62% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #91CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CBDA is #6E3425. Grayscale: #BBBBBB. Windows color (decimal): -7222310 or 14338961. OLE color: 14338961.

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

Color convert

RGB 145 203 218 -
CMYK 0.33 0.07 0 0.15
HSL 192.33º 0.5% 0.71% -
HSV(B) 192.33º 0.33% 0.85% -
XYZ 45.69 53.79 74.3 -
YUV 187.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 145 203 218 0.33 0.07 0 0.15 192.33 0.5 0.71
Hex 91 CB DA 21 7 0 F C0 32 47
Octal 221 313 332 41 7 0 17 300 62 107
Binary 10010001 11001011 11011010 100001 111 0 1111 11000000 110010 1000111

Color Harmonies of #91CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CBDA

Black with #91CBDA

Text Example


Text Example

White with #91CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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