Html Css Color HEX #91CFDA Regent St Blue

📋 copy color: '#91CFDA'

red 145 ◦ green 207 ◦ blue 218

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

Shades of Regent St Blue #91CFDA

Tints of Regent St Blue #91CFDA

RGB

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

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

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

R = 25.44%
G = 36.32%
B = 38.25%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#91CFDA (or 0x91CFDA) is known color: Regent St Blue. HEX triplet: 91, CF and DA. RGB value is (145,207,218). Sum of RGB (Red+Green+Blue) = 145+207+218=570 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.44% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #91CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CFDA is #6E3025. Grayscale: #BDBDBD. Windows color (decimal): -7221286 or 14339985. OLE color: 14339985.

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

Color convert

RGB 145 207 218 -
CMYK 0.33 0.05 0 0.15
HSL 189.04º 0.5% 0.71% -
HSV(B) 189.04º 0.33% 0.85% -
XYZ 46.64 55.71 74.62 -
YUV 189.72 143.96 96.11 -
System Red Green Blue C M Y K H S L
Decimal 145 207 218 0.33 0.05 0 0.15 189.04 0.5 0.71
Hex 91 CF DA 21 5 0 F BD 32 47
Octal 221 317 332 41 5 0 17 275 62 107
Binary 10010001 11001111 11011010 100001 101 0 1111 10111101 110010 1000111

Color Harmonies of #91CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CFDA

Black with #91CFDA

Text Example


Text Example

White with #91CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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