Html Css Color HEX #83A7DC Jordy Blue

📋 copy color: '#83A7DC'

red 131 ◦ green 167 ◦ blue 220

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

Shades of Jordy Blue #83A7DC

Tints of Jordy Blue #83A7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.24%

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 25.29%
G = 32.24%
B = 42.47%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83A7DC (or 0x83A7DC) is known color: Jordy Blue. HEX triplet: 83, A7 and DC. RGB value is (131,167,220). Sum of RGB (Red+Green+Blue) = 131+167+220=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #83A7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A7DC is #7C5823. Grayscale: #A2A2A2. Windows color (decimal): -8149028 or 14460803. OLE color: 14460803.

HSL color Cylindrical-coordinate representation of color #83A7DC: hue angle of 215.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A7DC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 167 220 -
CMYK 0.40 0.24 0 0.14
HSL 215.73º 0.56% 0.69% -
HSV(B) 215.73º 0.4% 0.86% -
XYZ 36.1 37.63 73.07 -
YUV 162.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 131 167 220 0.40 0.24 0 0.14 215.73 0.56 0.69
Hex 83 A7 DC 28 18 0 E D8 38 45
Octal 203 247 334 50 30 0 16 330 70 105
Binary 10000011 10100111 11011100 101000 11000 0 1110 11011000 111000 1000101

Color Harmonies of #83A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A7DC

Black with #83A7DC

Text Example


Text Example

White with #83A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,167,220); }

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

background-color css

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

 a { background-color: rgb(131,167,220); }

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

border-color css

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

 span { border-color: rgb(131,167,220); }

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