Html Css Color HEX #83B7DC Jordy Blue

📋 copy color: '#83B7DC'

red 131 ◦ green 183 ◦ blue 220

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

Shades of Jordy Blue #83B7DC

Tints of Jordy Blue #83B7DC

RGB

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

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

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

R = 24.53%
G = 34.27%
B = 41.2%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83B7DC (or 0x83B7DC) is known color: Jordy Blue. HEX triplet: 83, B7 and DC. RGB value is (131,183,220). Sum of RGB (Red+Green+Blue) = 131+183+220=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #83B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B7DC is #7C4823. Grayscale: #ABABAB. Windows color (decimal): -8144932 or 14464899. OLE color: 14464899.

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

Color convert

RGB 131 183 220 -
CMYK 0.40 0.17 0 0.14
HSL 204.94º 0.56% 0.69% -
HSV(B) 204.94º 0.4% 0.86% -
XYZ 39.21 43.86 74.11 -
YUV 171.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 131 183 220 0.40 0.17 0 0.14 204.94 0.56 0.69
Hex 83 B7 DC 28 11 0 E CD 38 45
Octal 203 267 334 50 21 0 16 315 70 105
Binary 10000011 10110111 11011100 101000 10001 0 1110 11001101 111000 1000101

Color Harmonies of #83B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B7DC

Black with #83B7DC

Text Example


Text Example

White with #83B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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