#91AFEA

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

Shades of Jordy Blue #91AFEA

Tints of Jordy Blue #91AFEA

Color information

#91AFEA (or 0x91AFEA) is unknown color: approx Jordy Blue. HEX triplet: 91, AF and EA. RGB value is (145,175,234). Sum of RGB (Red+Green+Blue) = 145+175+234=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #91AFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91AFEA is #6E5015. Grayscale: #ACACAC. Windows color (decimal): -7229462 or 15380369. OLE color: 15380369.

HSL color Cylindrical-coordinate representation of color #91AFEA: hue angle of 219.78º 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 #91AFEA is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145175234-
CMYK0.380.2500.08
HSL219.78º67.94%74.31%-
HSV(B)219.78º38.03%91.76%-
XYZ41.8642.6283.86-
YUV172.76162.56108.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.17%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=26.17%
G=31.59%
B=42.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451752340.380.2500.08219.7867.9474.31
Hex91AFEA261908dc444a
Octal2212573524631010334104112
Binary10010001101011111110101010011011001010001101110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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