Html Css Color HEX #91AFE3 Jordy Blue

📋 copy color: '#91AFE3'

red 145 ◦ green 175 ◦ blue 227

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

Shades of Jordy Blue #91AFE3

Tints of Jordy Blue #91AFE3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.99%

 BLUE value IS 227 (89.06% from 255) = 41.5%

R = 26.51%
G = 31.99%
B = 41.5%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#91AFE3 (or 0x91AFE3) is known color: Jordy Blue. HEX triplet: 91, AF and E3. RGB value is (145,175,227). Sum of RGB (Red+Green+Blue) = 145+175+227=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 227 - color contains mainly: blue. Hex color #91AFE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFE3 is #6E501C. Grayscale: #ABABAB. Windows color (decimal): -7229469 or 14921617. OLE color: 14921617.

HSL color Cylindrical-coordinate representation of color #91AFE3: hue angle of 218.05º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91AFE3 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 145 175 227 -
CMYK 0.36 0.23 0 0.11
HSL 218.05º 0.59% 0.73% -
HSV(B) 218.05º 0.36% 0.89% -
XYZ 40.87 42.23 78.67 -
YUV 171.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 145 175 227 0.36 0.23 0 0.11 218.05 0.59 0.73
Hex 91 AF E3 24 17 0 B DA 3B 49
Octal 221 257 343 44 27 0 13 332 73 111
Binary 10010001 10101111 11100011 100100 10111 0 1011 11011010 111011 1001001

Color Harmonies of #91AFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AFE3

Black with #91AFE3

Text Example


Text Example

White with #91AFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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