Html Css Color HEX #83ABFE Jordy Blue

📋 copy color: '#83ABFE'

red 131 ◦ green 171 ◦ blue 254

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

Shades of Jordy Blue #83ABFE

Tints of Jordy Blue #83ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 23.56%
G = 30.76%
B = 45.68%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83ABFE (or 0x83ABFE) is known color: Jordy Blue. HEX triplet: 83, AB and FE. RGB value is (131,171,254). Sum of RGB (Red+Green+Blue) = 131+171+254=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #83ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ABFE is #7C5401. Grayscale: #A8A8A8. Windows color (decimal): -8147970 or 16690051. OLE color: 16690051.

HSL color Cylindrical-coordinate representation of color #83ABFE: hue angle of 220.49º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83ABFE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 171 254 -
CMYK 0.48 0.33 0 0.00
HSL 220.49º 0.98% 0.75% -
HSV(B) 220.49º 0.48% 1% -
XYZ 41.81 41.11 99.5 -
YUV 168.5 176.25 101.25 -
System Red Green Blue C M Y K H S L
Decimal 131 171 254 0.48 0.33 0 0.00 220.49 0.98 0.75
Hex 83 AB FE 30 21 0 0 DC 62 4B
Octal 203 253 376 60 41 0 0 334 142 113
Binary 10000011 10101011 11111110 110000 100001 0 0 11011100 1100010 1001011

Color Harmonies of #83ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABFE

Black with #83ABFE

Text Example


Text Example

White with #83ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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