Html Css Color HEX #83B2EF Jordy Blue

📋 copy color: '#83B2EF'

red 131 ◦ green 178 ◦ blue 239

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

Shades of Jordy Blue #83B2EF

Tints of Jordy Blue #83B2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.48%

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

R = 23.91%
G = 32.48%
B = 43.61%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83B2EF (or 0x83B2EF) is known color: Jordy Blue. HEX triplet: 83, B2 and EF. RGB value is (131,178,239). Sum of RGB (Red+Green+Blue) = 131+178+239=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #83B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83B2EF is #7C4D10. Grayscale: #AAAAAA. Windows color (decimal): -8146193 or 15708803. OLE color: 15708803.

HSL color Cylindrical-coordinate representation of color #83B2EF: hue angle of 213.89º 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 #83B2EF is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 178 239 -
CMYK 0.45 0.26 0 0.06
HSL 213.89º 0.77% 0.73% -
HSV(B) 213.89º 0.45% 0.94% -
XYZ 40.86 42.9 87.79 -
YUV 170.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 131 178 239 0.45 0.26 0 0.06 213.89 0.77 0.73
Hex 83 B2 EF 2D 1A 0 6 D6 4D 49
Octal 203 262 357 55 32 0 6 326 115 111
Binary 10000011 10110010 11101111 101101 11010 0 110 11010110 1001101 1001001

Color Harmonies of #83B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B2EF

Black with #83B2EF

Text Example


Text Example

White with #83B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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