#91B3EE

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

Shades of Jordy Blue #91B3EE

Tints of Jordy Blue #91B3EE

Color information

#91B3EE (or 0x91B3EE) is unknown color: approx Jordy Blue. HEX triplet: 91, B3 and EE. RGB value is (145,179,238). Sum of RGB (Red+Green+Blue) = 145+179+238=562 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.80% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #91B3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91B3EE is #6E4C11. Grayscale: #AFAFAF. Windows color (decimal): -7228434 or 15643537. OLE color: 15643537.

HSL color Cylindrical-coordinate representation of color #91B3EE: hue angle of 218.06º degrees, saturation: 0.73, 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 #91B3EE is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145179238-
CMYK0.390.2500.07
HSL218.06º73.23%75.1%-
HSV(B)218.06º39.08%93.33%-
XYZ43.2344.4387.19-
YUV175.56163.24106.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.80%
GREEN value IS 179 (70.31% from 255) = 31.85%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=25.80%
G=31.85%
B=42.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451792380.390.2500.07218.0673.2375.1
Hex91B3EE271907da494b
Octal221263356473107332111113
Binary1001000110110011111011101001111100101111101101010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,179,238); }

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

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

 a { background-color: rgb(145,179,238); }

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

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

 span { border-color: rgb(145,179,238); }

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