Html Css Color HEX #92AEE5 Jordy Blue

📋 copy color: '#92AEE5'

red 146 ◦ green 174 ◦ blue 229

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

Shades of Jordy Blue #92AEE5

Tints of Jordy Blue #92AEE5

RGB

 RED value IS 146 (57.42% from 255) = 26.59%

 GREEN value IS 174 (68.36% from 255) = 31.69%

 BLUE value IS 229 (89.84% from 255) = 41.71%

R = 26.59%
G = 31.69%
B = 41.71%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#92AEE5 (or 0x92AEE5) is known color: Jordy Blue. HEX triplet: 92, AE and E5. RGB value is (146,174,229). Sum of RGB (Red+Green+Blue) = 146+174+229=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #92AEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEE5 is #6D511A. Grayscale: #ABABAB. Windows color (decimal): -7164187 or 15052434. OLE color: 15052434.

HSL color Cylindrical-coordinate representation of color #92AEE5: hue angle of 219.76º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92AEE5 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 174 229 -
CMYK 0.36 0.24 0 0.10
HSL 219.76º 0.61% 0.74% -
HSV(B) 219.76º 0.36% 0.9% -
XYZ 41.13 42.04 80.08 -
YUV 171.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 146 174 229 0.36 0.24 0 0.10 219.76 0.61 0.74
Hex 92 AE E5 24 18 0 A DC 3D 4A
Octal 222 256 345 44 30 0 12 334 75 112
Binary 10010010 10101110 11100101 100100 11000 0 1010 11011100 111101 1001010

Color Harmonies of #92AEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AEE5

Black with #92AEE5

Text Example


Text Example

White with #92AEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92AEE5; }

 p { color: rgb(146,174,229); }

 H1.HeaderClassName
 {
   color: #92AEE5;
 }
 .AnyTagClassName
 {
   color: #92AEE5;
 }
</style>

background-color css

<style>
 a { background-color: #92AEE5; }

 a { background-color: rgb(146,174,229); }

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

border-color css

<style>
 span { border-color: #92AEE5; }

 span { border-color: rgb(146,174,229); }

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