Html Css Color HEX #83A3FC Jordy Blue

📋 copy color: '#83A3FC'

red 131 ◦ green 163 ◦ blue 252

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

Shades of Jordy Blue #83A3FC

Tints of Jordy Blue #83A3FC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.85%

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 23.99%
G = 29.85%
B = 46.15%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#83A3FC (or 0x83A3FC) is known color: Jordy Blue. HEX triplet: 83, A3 and FC. RGB value is (131,163,252). Sum of RGB (Red+Green+Blue) = 131+163+252=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #83A3FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A3FC is #7C5C03. Grayscale: #A3A3A3. Windows color (decimal): -8150020 or 16556931. OLE color: 16556931.

HSL color Cylindrical-coordinate representation of color #83A3FC: hue angle of 224.13º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83A3FC is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 163 252 -
CMYK 0.48 0.35 0 0.01
HSL 224.13º 0.95% 0.75% -
HSV(B) 224.13º 0.48% 0.99% -
XYZ 40.03 38.05 97.33 -
YUV 163.58 177.9 104.76 -
System Red Green Blue C M Y K H S L
Decimal 131 163 252 0.48 0.35 0 0.01 224.13 0.95 0.75
Hex 83 A3 FC 30 23 0 1 E0 5F 4B
Octal 203 243 374 60 43 0 1 340 137 113
Binary 10000011 10100011 11111100 110000 100011 0 1 11100000 1011111 1001011

Color Harmonies of #83A3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A3FC

Black with #83A3FC

Text Example


Text Example

White with #83A3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,163,252); }

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

background-color css

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

 a { background-color: rgb(131,163,252); }

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

border-color css

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

 span { border-color: rgb(131,163,252); }

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