Html Css Color HEX #83B7EA Jordy Blue

📋 copy color: '#83B7EA'

red 131 ◦ green 183 ◦ blue 234

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

Shades of Jordy Blue #83B7EA

Tints of Jordy Blue #83B7EA

RGB

 RED value IS 131 (51.56% from 255) = 23.91%

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

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

R = 23.91%
G = 33.39%
B = 42.7%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#83B7EA (or 0x83B7EA) is known color: Jordy Blue. HEX triplet: 83, B7 and EA. RGB value is (131,183,234). Sum of RGB (Red+Green+Blue) = 131+183+234=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #83B7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B7EA is #7C4815. Grayscale: #ADADAD. Windows color (decimal): -8144918 or 15382403. OLE color: 15382403.

HSL color Cylindrical-coordinate representation of color #83B7EA: hue angle of 209.71º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83B7EA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 183 234 -
CMYK 0.44 0.22 0 0.08
HSL 209.71º 0.71% 0.72% -
HSV(B) 209.71º 0.44% 0.92% -
XYZ 41.14 44.63 84.29 -
YUV 173.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 131 183 234 0.44 0.22 0 0.08 209.71 0.71 0.72
Hex 83 B7 EA 2C 16 0 8 D2 47 48
Octal 203 267 352 54 26 0 10 322 107 110
Binary 10000011 10110111 11101010 101100 10110 0 1000 11010010 1000111 1001000

Color Harmonies of #83B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B7EA

Black with #83B7EA

Text Example


Text Example

White with #83B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83B7EA; }

 p { color: rgb(131,183,234); }

 H1.HeaderClassName
 {
   color: #83B7EA;
 }
 .AnyTagClassName
 {
   color: #83B7EA;
 }
</style>

background-color css

<style>
 a { background-color: #83B7EA; }

 a { background-color: rgb(131,183,234); }

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

border-color css

<style>
 span { border-color: #83B7EA; }

 span { border-color: rgb(131,183,234); }

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