Html Css Color HEX #83A2DA Jordy Blue

📋 copy color: '#83A2DA'

red 131 ◦ green 162 ◦ blue 218

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

Shades of Jordy Blue #83A2DA

Tints of Jordy Blue #83A2DA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.7%

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

R = 25.64%
G = 31.7%
B = 42.66%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83A2DA (or 0x83A2DA) is known color: Jordy Blue. HEX triplet: 83, A2 and DA. RGB value is (131,162,218). Sum of RGB (Red+Green+Blue) = 131+162+218=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #83A2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A2DA is #7C5D25. Grayscale: #9E9E9E. Windows color (decimal): -8150310 or 14328451. OLE color: 14328451.

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

Color convert

RGB 131 162 218 -
CMYK 0.40 0.26 0 0.15
HSL 218.62º 0.54% 0.68% -
HSV(B) 218.62º 0.4% 0.85% -
XYZ 34.94 35.73 71.38 -
YUV 159.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 131 162 218 0.40 0.26 0 0.15 218.62 0.54 0.68
Hex 83 A2 DA 28 1A 0 F DB 36 44
Octal 203 242 332 50 32 0 17 333 66 104
Binary 10000011 10100010 11011010 101000 11010 0 1111 11011011 110110 1000100

Color Harmonies of #83A2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A2DA

Black with #83A2DA

Text Example


Text Example

White with #83A2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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