Html Css Color HEX #91B4EC Jordy Blue

📋 copy color: '#91B4EC'

red 145 ◦ green 180 ◦ blue 236

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

Shades of Jordy Blue #91B4EC

Tints of Jordy Blue #91B4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.09%

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

R = 25.85%
G = 32.09%
B = 42.07%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#91B4EC (or 0x91B4EC) is known color: Jordy Blue. HEX triplet: 91, B4 and EC. RGB value is (145,180,236). Sum of RGB (Red+Green+Blue) = 145+180+236=561 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.85% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #91B4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91B4EC is #6E4B13. Grayscale: #AFAFAF. Windows color (decimal): -7228180 or 15512721. OLE color: 15512721.

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

Color convert

RGB 145 180 236 -
CMYK 0.39 0.24 0 0.07
HSL 216.92º 0.71% 0.75% -
HSV(B) 216.92º 0.39% 0.93% -
XYZ 43.14 44.72 85.71 -
YUV 175.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 145 180 236 0.39 0.24 0 0.07 216.92 0.71 0.75
Hex 91 B4 EC 27 18 0 7 D9 47 4B
Octal 221 264 354 47 30 0 7 331 107 113
Binary 10010001 10110100 11101100 100111 11000 0 111 11011001 1000111 1001011

Color Harmonies of #91B4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B4EC

Black with #91B4EC

Text Example


Text Example

White with #91B4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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