Html Css Color HEX #92B5EA Jordy Blue

📋 copy color: '#92B5EA'

red 146 ◦ green 181 ◦ blue 234

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

Shades of Jordy Blue #92B5EA

Tints of Jordy Blue #92B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.26%

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

R = 26.02%
G = 32.26%
B = 41.71%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#92B5EA (or 0x92B5EA) is known color: Jordy Blue. HEX triplet: 92, B5 and EA. RGB value is (146,181,234). Sum of RGB (Red+Green+Blue) = 146+181+234=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #92B5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B5EA is #6D4A15. Grayscale: #B0B0B0. Windows color (decimal): -7162390 or 15381906. OLE color: 15381906.

HSL color Cylindrical-coordinate representation of color #92B5EA: hue angle of 216.14º 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 #92B5EA is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 181 234 -
CMYK 0.38 0.23 0 0.08
HSL 216.14º 0.68% 0.75% -
HSV(B) 216.14º 0.38% 0.92% -
XYZ 43.23 45.1 84.27 -
YUV 176.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 146 181 234 0.38 0.23 0 0.08 216.14 0.68 0.75
Hex 92 B5 EA 26 17 0 8 D8 44 4B
Octal 222 265 352 46 27 0 10 330 104 113
Binary 10010010 10110101 11101010 100110 10111 0 1000 11011000 1000100 1001011

Color Harmonies of #92B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B5EA

Black with #92B5EA

Text Example


Text Example

White with #92B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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