#91AFEC

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

Shades of Jordy Blue #91AFEC

Tints of Jordy Blue #91AFEC

Color information

#91AFEC (or 0x91AFEC) is unknown color: approx Jordy Blue. HEX triplet: 91, AF and EC. RGB value is (145,175,236). Sum of RGB (Red+Green+Blue) = 145+175+236=556 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.08% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #91AFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91AFEC is #6E5013. Grayscale: #ACACAC. Windows color (decimal): -7229460 or 15511441. OLE color: 15511441.

HSL color Cylindrical-coordinate representation of color #91AFEC: hue angle of 220.22º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91AFEC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145175236-
CMYK0.390.2600.07
HSL220.22º70.54%74.71%-
HSV(B)220.22º38.56%92.55%-
XYZ42.1542.7485.38-
YUV172.98163.56108.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.08%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=26.08%
G=31.47%
B=42.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451752360.390.2600.07220.2270.5474.71
Hex91AFEC271A07dc474b
Octal221257354473207334107113
Binary1001000110101111111011001001111101001111101110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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