Html Css Color HEX #83A8DC Jordy Blue

📋 copy color: '#83A8DC'

red 131 ◦ green 168 ◦ blue 220

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

Shades of Jordy Blue #83A8DC

Tints of Jordy Blue #83A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.37%

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

R = 25.24%
G = 32.37%
B = 42.39%

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

#83A8DC (or 0x83A8DC) is known color: Jordy Blue. HEX triplet: 83, A8 and DC. RGB value is (131,168,220). Sum of RGB (Red+Green+Blue) = 131+168+220=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #83A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A8DC is #7C5723. Grayscale: #A2A2A2. Windows color (decimal): -8148772 or 14461059. OLE color: 14461059.

HSL color Cylindrical-coordinate representation of color #83A8DC: hue angle of 215.06º 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 #83A8DC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 168 220 -
CMYK 0.40 0.24 0 0.14
HSL 215.06º 0.56% 0.69% -
HSV(B) 215.06º 0.4% 0.86% -
XYZ 36.28 38 73.13 -
YUV 162.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 131 168 220 0.40 0.24 0 0.14 215.06 0.56 0.69
Hex 83 A8 DC 28 18 0 E D7 38 45
Octal 203 250 334 50 30 0 16 327 70 105
Binary 10000011 10101000 11011100 101000 11000 0 1110 11010111 111000 1000101

Color Harmonies of #83A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A8DC

Black with #83A8DC

Text Example


Text Example

White with #83A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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