Html Css Color HEX #83B0DA Jordy Blue

📋 copy color: '#83B0DA'

red 131 ◦ green 176 ◦ blue 218

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

Shades of Jordy Blue #83B0DA

Tints of Jordy Blue #83B0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.52%

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 24.95%
G = 33.52%
B = 41.52%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83B0DA (or 0x83B0DA) is known color: Jordy Blue. HEX triplet: 83, B0 and DA. RGB value is (131,176,218). Sum of RGB (Red+Green+Blue) = 131+176+218=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #83B0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B0DA is #7C4F25. Grayscale: #A7A7A7. Windows color (decimal): -8146726 or 14332035. OLE color: 14332035.

HSL color Cylindrical-coordinate representation of color #83B0DA: hue angle of 208.97º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83B0DA is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 176 218 -
CMYK 0.40 0.19 0 0.15
HSL 208.97º 0.54% 0.68% -
HSV(B) 208.97º 0.4% 0.85% -
XYZ 37.54 40.94 72.25 -
YUV 167.33 156.59 102.08 -
System Red Green Blue C M Y K H S L
Decimal 131 176 218 0.40 0.19 0 0.15 208.97 0.54 0.68
Hex 83 B0 DA 28 13 0 F D1 36 44
Octal 203 260 332 50 23 0 17 321 66 104
Binary 10000011 10110000 11011010 101000 10011 0 1111 11010001 110110 1000100

Color Harmonies of #83B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B0DA

Black with #83B0DA

Text Example


Text Example

White with #83B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,176,218); }

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

background-color css

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

 a { background-color: rgb(131,176,218); }

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

border-color css

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

 span { border-color: rgb(131,176,218); }

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