Html Css Color HEX #83A8DB Jordy Blue

📋 copy color: '#83A8DB'

red 131 ◦ green 168 ◦ blue 219

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

Shades of Jordy Blue #83A8DB

Tints of Jordy Blue #83A8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 25.29%
G = 32.43%
B = 42.28%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83A8DB (or 0x83A8DB) is known color: Jordy Blue. HEX triplet: 83, A8 and DB. RGB value is (131,168,219). Sum of RGB (Red+Green+Blue) = 131+168+219=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #83A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A8DB is #7C5724. Grayscale: #A2A2A2. Windows color (decimal): -8148773 or 14395523. OLE color: 14395523.

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

Color convert

RGB 131 168 219 -
CMYK 0.40 0.23 0 0.14
HSL 214.77º 0.55% 0.69% -
HSV(B) 214.77º 0.4% 0.86% -
XYZ 36.15 37.95 72.44 -
YUV 162.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 131 168 219 0.40 0.23 0 0.14 214.77 0.55 0.69
Hex 83 A8 DB 28 17 0 E D7 37 45
Octal 203 250 333 50 27 0 16 327 67 105
Binary 10000011 10101000 11011011 101000 10111 0 1110 11010111 110111 1000101

Color Harmonies of #83A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A8DB

Black with #83A8DB

Text Example


Text Example

White with #83A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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