Html Css Color HEX #91AFEA Jordy Blue

📋 copy color: '#91AFEA'

red 145 ◦ green 175 ◦ blue 234

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

Shades of Jordy Blue #91AFEA

Tints of Jordy Blue #91AFEA

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.8% from 255) = 42.24%

R = 26.17%
G = 31.59%
B = 42.24%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#91AFEA (or 0x91AFEA) is known color: 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

RGB 145 175 234 -
CMYK 0.38 0.25 0 0.08
HSL 219.78º 0.68% 0.74% -
HSV(B) 219.78º 0.38% 0.92% -
XYZ 41.86 42.62 83.86 -
YUV 172.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 145 175 234 0.38 0.25 0 0.08 219.78 0.68 0.74
Hex 91 AF EA 26 19 0 8 DC 44 4A
Octal 221 257 352 46 31 0 10 334 104 112
Binary 10010001 10101111 11101010 100110 11001 0 1000 11011100 1000100 1001010

Color Harmonies of #91AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AFEA

Black with #91AFEA

Text Example


Text Example

White with #91AFEA

Text Example


Text Example

HTML Codes & Css Web 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>