Html Css Color HEX #91B0EC Jordy Blue

📋 copy color: '#91B0EC'

red 145 ◦ green 176 ◦ blue 236

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

Shades of Jordy Blue #91B0EC

Tints of Jordy Blue #91B0EC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.6%

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 26.03%
G = 31.6%
B = 42.37%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#91B0EC (or 0x91B0EC) is known color: Jordy Blue. HEX triplet: 91, B0 and EC. RGB value is (145,176,236). Sum of RGB (Red+Green+Blue) = 145+176+236=557 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.03% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #91B0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91B0EC is #6E4F13. Grayscale: #ADADAD. Windows color (decimal): -7229204 or 15511697. OLE color: 15511697.

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

Color convert

RGB 145 176 236 -
CMYK 0.39 0.25 0 0.07
HSL 219.56º 0.71% 0.75% -
HSV(B) 219.56º 0.39% 0.93% -
XYZ 42.34 43.13 85.45 -
YUV 173.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 145 176 236 0.39 0.25 0 0.07 219.56 0.71 0.75
Hex 91 B0 EC 27 19 0 7 DC 47 4B
Octal 221 260 354 47 31 0 7 334 107 113
Binary 10010001 10110000 11101100 100111 11001 0 111 11011100 1000111 1001011

Color Harmonies of #91B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B0EC

Black with #91B0EC

Text Example


Text Example

White with #91B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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