Html Css Color HEX #83ABEC Jordy Blue

📋 copy color: '#83ABEC'

red 131 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #83ABEC

Tints of Jordy Blue #83ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.78%

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 24.35%
G = 31.78%
B = 43.87%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#83ABEC (or 0x83ABEC) is known color: Jordy Blue. HEX triplet: 83, AB and EC. RGB value is (131,171,236). Sum of RGB (Red+Green+Blue) = 131+171+236=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #83ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ABEC is #7C5413. Grayscale: #A6A6A6. Windows color (decimal): -8147988 or 15510403. OLE color: 15510403.

HSL color Cylindrical-coordinate representation of color #83ABEC: hue angle of 217.14º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83ABEC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 171 236 -
CMYK 0.44 0.28 0 0.07
HSL 217.14º 0.73% 0.72% -
HSV(B) 217.14º 0.44% 0.93% -
XYZ 39.06 40.01 85.02 -
YUV 166.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 131 171 236 0.44 0.28 0 0.07 217.14 0.73 0.72
Hex 83 AB EC 2C 1C 0 7 D9 49 48
Octal 203 253 354 54 34 0 7 331 111 110
Binary 10000011 10101011 11101100 101100 11100 0 111 11011001 1001001 1001000

Color Harmonies of #83ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABEC

Black with #83ABEC

Text Example


Text Example

White with #83ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,171,236); }

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

background-color css

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

 a { background-color: rgb(131,171,236); }

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

border-color css

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

 span { border-color: rgb(131,171,236); }

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