Html Css Color HEX #83B6EF Jordy Blue

📋 copy color: '#83B6EF'

red 131 ◦ green 182 ◦ blue 239

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

Shades of Jordy Blue #83B6EF

Tints of Jordy Blue #83B6EF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.97%

 BLUE value IS 239 (93.75% from 255) = 43.3%

R = 23.73%
G = 32.97%
B = 43.3%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83B6EF (or 0x83B6EF) is known color: Jordy Blue. HEX triplet: 83, B6 and EF. RGB value is (131,182,239). Sum of RGB (Red+Green+Blue) = 131+182+239=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #83B6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B6EF is #7C4910. Grayscale: #ACACAC. Windows color (decimal): -8145169 or 15709827. OLE color: 15709827.

HSL color Cylindrical-coordinate representation of color #83B6EF: hue angle of 211.67º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83B6EF is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 182 239 -
CMYK 0.45 0.24 0 0.06
HSL 211.67º 0.77% 0.73% -
HSV(B) 211.67º 0.45% 0.94% -
XYZ 41.67 44.51 88.06 -
YUV 173.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 131 182 239 0.45 0.24 0 0.06 211.67 0.77 0.73
Hex 83 B6 EF 2D 18 0 6 D4 4D 49
Octal 203 266 357 55 30 0 6 324 115 111
Binary 10000011 10110110 11101111 101101 11000 0 110 11010100 1001101 1001001

Color Harmonies of #83B6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B6EF

Black with #83B6EF

Text Example


Text Example

White with #83B6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,182,239); }

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

background-color css

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

 a { background-color: rgb(131,182,239); }

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

border-color css

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

 span { border-color: rgb(131,182,239); }

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