Html Css Color HEX #83B9DF Jordy Blue

📋 copy color: '#83B9DF'

red 131 ◦ green 185 ◦ blue 223

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

Shades of Jordy Blue #83B9DF

Tints of Jordy Blue #83B9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.32%

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 24.3%
G = 34.32%
B = 41.37%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83B9DF (or 0x83B9DF) is known color: Jordy Blue. HEX triplet: 83, B9 and DF. RGB value is (131,185,223). Sum of RGB (Red+Green+Blue) = 131+185+223=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #83B9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B9DF is #7C4620. Grayscale: #ACACAC. Windows color (decimal): -8144417 or 14662019. OLE color: 14662019.

HSL color Cylindrical-coordinate representation of color #83B9DF: hue angle of 204.78º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83B9DF is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 185 223 -
CMYK 0.41 0.17 0 0.13
HSL 204.78º 0.59% 0.69% -
HSV(B) 204.78º 0.41% 0.87% -
XYZ 40.03 44.85 76.36 -
YUV 173.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 131 185 223 0.41 0.17 0 0.13 204.78 0.59 0.69
Hex 83 B9 DF 29 11 0 D CD 3B 45
Octal 203 271 337 51 21 0 15 315 73 105
Binary 10000011 10111001 11011111 101001 10001 0 1101 11001101 111011 1000101

Color Harmonies of #83B9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B9DF

Black with #83B9DF

Text Example


Text Example

White with #83B9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,185,223); }

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

background-color css

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

 a { background-color: rgb(131,185,223); }

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

border-color css

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

 span { border-color: rgb(131,185,223); }

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