Html Css Color HEX #92B0E3 Jordy Blue

📋 copy color: '#92B0E3'

red 146 ◦ green 176 ◦ blue 227

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

Shades of Jordy Blue #92B0E3

Tints of Jordy Blue #92B0E3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.06%

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

R = 26.59%
G = 32.06%
B = 41.35%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#92B0E3 (or 0x92B0E3) is known color: Jordy Blue. HEX triplet: 92, B0 and E3. RGB value is (146,176,227). Sum of RGB (Red+Green+Blue) = 146+176+227=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #92B0E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0E3 is #6D4F1C. Grayscale: #ACACAC. Windows color (decimal): -7163677 or 14921874. OLE color: 14921874.

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

Color convert

RGB 146 176 227 -
CMYK 0.36 0.22 0 0.11
HSL 217.78º 0.59% 0.73% -
HSV(B) 217.78º 0.36% 0.89% -
XYZ 41.24 42.71 78.74 -
YUV 172.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 146 176 227 0.36 0.22 0 0.11 217.78 0.59 0.73
Hex 92 B0 E3 24 16 0 B DA 3B 49
Octal 222 260 343 44 26 0 13 332 73 111
Binary 10010010 10110000 11100011 100100 10110 0 1011 11011010 111011 1001001

Color Harmonies of #92B0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B0E3

Black with #92B0E3

Text Example


Text Example

White with #92B0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,176,227); }

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

background-color css

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

 a { background-color: rgb(146,176,227); }

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

border-color css

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

 span { border-color: rgb(146,176,227); }

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