Html Css Color HEX #92ADEA Jordy Blue

📋 copy color: '#92ADEA'

red 146 ◦ green 173 ◦ blue 234

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

Shades of Jordy Blue #92ADEA

Tints of Jordy Blue #92ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.28%

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 26.4%
G = 31.28%
B = 42.31%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#92ADEA (or 0x92ADEA) is known color: Jordy Blue. HEX triplet: 92, AD and EA. RGB value is (146,173,234). Sum of RGB (Red+Green+Blue) = 146+173+234=553 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.40% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #92ADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ADEA is #6D5215. Grayscale: #ABABAB. Windows color (decimal): -7164438 or 15379858. OLE color: 15379858.

HSL color Cylindrical-coordinate representation of color #92ADEA: hue angle of 221.59º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92ADEA is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 173 234 -
CMYK 0.38 0.26 0 0.08
HSL 221.59º 0.68% 0.75% -
HSV(B) 221.59º 0.38% 0.92% -
XYZ 41.65 41.94 83.74 -
YUV 171.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 146 173 234 0.38 0.26 0 0.08 221.59 0.68 0.75
Hex 92 AD EA 26 1A 0 8 DE 44 4B
Octal 222 255 352 46 32 0 10 336 104 113
Binary 10010010 10101101 11101010 100110 11010 0 1000 11011110 1000100 1001011

Color Harmonies of #92ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ADEA

Black with #92ADEA

Text Example


Text Example

White with #92ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,173,234); }

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

background-color css

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

 a { background-color: rgb(146,173,234); }

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

border-color css

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

 span { border-color: rgb(146,173,234); }

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