Html Css Color HEX #92B7E5 Jordy Blue

📋 copy color: '#92B7E5'

red 146 ◦ green 183 ◦ blue 229

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

Shades of Jordy Blue #92B7E5

Tints of Jordy Blue #92B7E5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.8%

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

R = 26.16%
G = 32.8%
B = 41.04%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#92B7E5 (or 0x92B7E5) is known color: Jordy Blue. HEX triplet: 92, B7 and E5. RGB value is (146,183,229). Sum of RGB (Red+Green+Blue) = 146+183+229=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #92B7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B7E5 is #6D481A. Grayscale: #B0B0B0. Windows color (decimal): -7161883 or 15054738. OLE color: 15054738.

HSL color Cylindrical-coordinate representation of color #92B7E5: hue angle of 213.25º 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 #92B7E5 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 183 229 -
CMYK 0.36 0.20 0 0.10
HSL 213.25º 0.61% 0.74% -
HSV(B) 213.25º 0.36% 0.9% -
XYZ 42.93 45.64 80.67 -
YUV 177.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 146 183 229 0.36 0.20 0 0.10 213.25 0.61 0.74
Hex 92 B7 E5 24 14 0 A D5 3D 4A
Octal 222 267 345 44 24 0 12 325 75 112
Binary 10010010 10110111 11100101 100100 10100 0 1010 11010101 111101 1001010

Color Harmonies of #92B7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B7E5

Black with #92B7E5

Text Example


Text Example

White with #92B7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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