#91B7EA

Color #91B7EA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #91B7EA

Tints of Jordy Blue #91B7EA

Color information

#91B7EA (or 0x91B7EA) is unknown color: approx Jordy Blue. HEX triplet: 91, B7 and EA. RGB value is (145,183,234). Sum of RGB (Red+Green+Blue) = 145+183+234=562 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.80% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #91B7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91B7EA is #6E4815. Grayscale: #B1B1B1. Windows color (decimal): -7227414 or 15382417. OLE color: 15382417.

HSL color Cylindrical-coordinate representation of color #91B7EA: hue angle of 214.38º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91B7EA is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145183234-
CMYK0.380.2200.08
HSL214.38º67.94%74.31%-
HSV(B)214.38º38.03%91.76%-
XYZ43.4645.8384.4-
YUV177.45159.91104.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.80%
GREEN value IS 183 (71.88% from 255) = 32.56%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=25.80%
G=32.56%
B=41.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451832340.380.2200.08214.3867.9474.31
Hex91B7EA261608d6444a
Octal2212673524626010326104112
Binary10010001101101111110101010011010110010001101011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,183,234); }

 H1.HeaderClassName
 {
   color: #91B7EA;
 }
 .AnyTagClassName
 {
   color: #91B7EA;
 }
</style>
background-color css

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

 a { background-color: rgb(145,183,234); }

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

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

 span { border-color: rgb(145,183,234); }

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